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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Nodejs - name: Setup Nodejs

View File

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