Skip to content

Commit 0d392e4

Browse files
committed
ci: update SSH agent version in deployment configuration
1 parent 75690fe commit 0d392e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git commit -m "Deploy prod whitelist - ${{ github.sha }}" --author="drone-product <[email protected]>" || echo "No changes to commit"
6060
6161
- name: Setup SSH for Git Push
62-
uses: webfactory/ssh-agent@v0.5.3
62+
uses: webfactory/ssh-agent@v0.9.1
6363
with:
6464
ssh-private-key: ${{ secrets.SSH_KEY_TEAM_PRODUCT_GITHUB_PUSH }}
6565

0 commit comments

Comments
 (0)