Skip to content

Commit f9a9c66

Browse files
committed
ci: update SSH agent action version in deployment workflow
1 parent 1eb0846 commit f9a9c66

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
@@ -138,7 +138,7 @@ jobs:
138138
# --- Git Push Environment Update ---
139139
# I think this step is not necessary, but I will keep it for now
140140
- name: Setup SSH Agent
141-
uses: webfactory/ssh-agent@v0.5.3
141+
uses: webfactory/ssh-agent@v0.9.1
142142
with:
143143
ssh-private-key: ${{ secrets.SSH_KEY_TEAM_PRODUCT_GITHUB_PUSH }}
144144

0 commit comments

Comments
 (0)