We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3c485 commit b618f22Copy full SHA for b618f22
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event_name != 'push'
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v5
16
with:
17
node-version: 22
@@ -24,7 +24,7 @@ jobs:
24
if: github.event_name != 'pull_request'
25
26
27
28
29
30
.github/workflows/pr-checks.yml
@@ -7,7 +7,7 @@ jobs:
7
pr-checks:
8
9
10
cache: "yarn"
0 commit comments