Skip to content

Commit fc8b172

Browse files
committed
Update deploy.yml
1 parent 8ef0f51 commit fc8b172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
name: Deploy to GitHub Pages
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18.x
1616
cache: yarn
17-
- uses: webfactory/ssh-agent@v0.5.0
17+
- uses: webfactory/ssh-agent@v0.9.0
1818
with:
1919
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
2020
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)