There was an error while loading. Please reload this page.
1 parent 8ef0f51 commit fc8b172Copy full SHA for fc8b172
.github/workflows/deploy.yml
@@ -9,12 +9,12 @@ jobs:
9
name: Deploy to GitHub Pages
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
node-version: 18.x
16
cache: yarn
17
- - uses: webfactory/ssh-agent@v0.5.0
+ - uses: webfactory/ssh-agent@v0.9.0
18
19
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
20
- name: Deploy to GitHub Pages
0 commit comments