chore(deps): update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2026-01-27 14:14:57 +00:00
committed by GitHub
parent af6fe9fcdb
commit 6be7165775
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Nodejs

View File

@@ -17,7 +17,7 @@ jobs:
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Nodejs Env