Skip to content

Commit 1a879da

Browse files
chore(deps): update webfactory/ssh-agent action to v0.9.1
1 parent 6c63c3e commit 1a879da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/setup-node@v4
3939
with:
4040
node-version: ${{ env.NODE_VERSION }}
41-
- uses: webfactory/ssh-agent@v0.9.0
41+
- uses: webfactory/ssh-agent@v0.9.1
4242
with:
4343
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4444
- name: Install Dependencies

0 commit comments

Comments
 (0)