Skip to content

Commit 74e90e6

Browse files
authored
Merge pull request #37 from the-hideout/dependabot/github_actions/github-actions-cb8072215d
Bump the github-actions group with 1 update
2 parents 2483f15 + 1823bfa commit 74e90e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: SSH Remote Deploy
127127
if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }}
128-
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # [email protected].1
128+
uses: appleboy/ssh-action@2451745138b602d3e100a6def50c8e4e39591d4c # [email protected].2
129129
with:
130130
host: ${{ secrets.SSH_HOST }}
131131
username: ${{ secrets.SSH_USERNAME }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: terraform apply -auto-approve
3838

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

0 commit comments

Comments
 (0)