Skip to content

Commit d91bc43

Browse files
committed
Fixes int tests
1 parent ce17a21 commit d91bc43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: Install SSH Client
107-
uses: webfactory/ssh-agent@v0.2.0
107+
uses: webfactory/ssh-agent@v0.4.1
108108
with:
109109
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
110110

@@ -139,7 +139,7 @@ jobs:
139139
persist-credentials: false
140140

141141
- name: Install SSH Client
142-
uses: webfactory/ssh-agent@v0.2.0
142+
uses: webfactory/ssh-agent@v0.4.1
143143
with:
144144
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
145145

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: Install SSH Client
107-
uses: webfactory/ssh-agent@v0.2.0
107+
uses: webfactory/ssh-agent@v0.4.1
108108
with:
109109
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
110110

@@ -138,7 +138,7 @@ jobs:
138138
persist-credentials: false
139139

140140
- name: Install SSH Client
141-
uses: webfactory/ssh-agent@v0.2.0
141+
uses: webfactory/ssh-agent@v0.4.1
142142
with:
143143
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
144144

0 commit comments

Comments
 (0)