Skip to content

Commit ee3d2ec

Browse files
committed
build(workflow): upgrade ssh-agent
1 parent 0f17b58 commit ee3d2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-node@v1
4545
with:
4646
node-version: '18.x'
47-
- uses: webfactory/ssh-agent@v0.5.0
47+
- uses: webfactory/ssh-agent@v0.9.0
4848
with:
4949
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
5050
- name: Release to GitHub Pages

0 commit comments

Comments
 (0)