Skip to content

Commit

Permalink
build: update webfactory/ssh-agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Costa committed Aug 12, 2024
1 parent c350c02 commit 389d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pip install -r requirements.txt
- name: Add SSH key
uses: webfactory/ssh-agent@v0.11.1
uses: webfactory/ssh-agent@v0.5.3 # Usando a versão mais recente estável conhecida
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down

0 comments on commit 389d35c

Please sign in to comment.