We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab2f29 commit 061562fCopy full SHA for 061562f
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }}
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- uses: pnpm/action-setup@v4
22
- uses: actions/setup-node@v6
23
with:
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
@@ -63,7 +63,7 @@ jobs:
63
id-token: write
64
65
- name: Checkout
66
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
67
68
fetch-depth: 0
69
0 commit comments