Skip to content

Commit 6e8ddbe

Browse files
committed
fstests.yml: use webfactory/ssh-agent v0.9.0
Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 6c1030f commit 6e8ddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fstests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Start SSH Agent
3636
if: always() # Ensure this step runs even if previous steps failed
37-
uses: webfactory/ssh-agent@v0.5.0
37+
uses: webfactory/ssh-agent@v0.9.0
3838
with:
3939
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4040

0 commit comments

Comments
 (0)