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 38bdec7 commit 822a449Copy full SHA for 822a449
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Deploy to GitHub Pages
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
with:
21
node-version: 18
.github/workflows/test-deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Test deployment
13
14
0 commit comments