Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 1c8fe68

Browse files
authored
ci: upgrade ssh-agent action to v0.4.1
1 parent adffe82 commit 1c8fe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: pip install -r ./requirements/pip.txt
5252
- name: Print Ansible version
5353
run: ansible --version
54-
- uses: webfactory/ssh-agent@v0.2.0
54+
- uses: webfactory/ssh-agent@v0.4.1
5555
with:
5656
ssh-private-key: "${{ secrets.SSH_PRIVATE_KEY }}"
5757
- name: Setup Hetzner server

0 commit comments

Comments
 (0)