Skip to content

Commit

Permalink
Merge pull request #37 from the-hideout/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-cb8072215d

Bump the github-actions group with 1 update
  • Loading branch information
GrantBirki authored Jan 4, 2024
2 parents 2483f15 + 1823bfa commit 74e90e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: SSH Remote Deploy
if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }}
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # [email protected].1
uses: appleboy/ssh-action@2451745138b602d3e100a6def50c8e4e39591d4c # [email protected].2
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: terraform apply -auto-approve

- name: SSH Remote Deploy
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # [email protected].1
uses: appleboy/ssh-action@2451745138b602d3e100a6def50c8e4e39591d4c # [email protected].2
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit 74e90e6

Please sign in to comment.