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

Commit

Permalink
ci: upgrade ssh-agent action to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho authored Nov 15, 2020
1 parent adffe82 commit 1c8fe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: pip install -r ./requirements/pip.txt
- name: Print Ansible version
run: ansible --version
- uses: webfactory/ssh-agent@v0.2.0
- uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: "${{ secrets.SSH_PRIVATE_KEY }}"
- name: Setup Hetzner server
Expand Down

0 comments on commit 1c8fe68

Please sign in to comment.