Skip to content

Commit

Permalink
Merge pull request #47 from esteinig/release/test-cicd-5
Browse files Browse the repository at this point in the history
chore(action): upgrade ssh agent action version
  • Loading branch information
esteinig authored Jan 26, 2024
2 parents 833d1ba + baee21c commit 19e4746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRODUCTION_PRIVATE_KEY }}

Expand Down

0 comments on commit 19e4746

Please sign in to comment.