Skip to content

Commit

Permalink
build(workflow): upgrade ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Nov 5, 2024
1 parent 0f17b58 commit ee3d2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- uses: webfactory/ssh-agent@v0.5.0
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages
Expand Down

0 comments on commit ee3d2ec

Please sign in to comment.