Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
6be7165775 chore(deps): update actions/checkout action to v6 2026-01-27 14:14:57 +00:00
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