We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177ddb5 commit b492e1aCopy full SHA for b492e1a
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
ci:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: actions/setup-node@v4
15
with:
16
node-version-file: package.json
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
id-token: write
24
25
26
27
28
29
0 commit comments