Skip to content

Commit 300812f

Browse files
chore(deps): update all actions (#1218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7e2cea commit 300812f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
env: ${{ needs.metadata.outputs.stage }}
211211

212212
- name: Deploy
213-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
213+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
214214
env:
215215
STAGE: ${{ needs.metadata.outputs.stage }}
216216
with:

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
6060

6161
- name: Login to GitHub Container Registry
62-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
62+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6363
with:
6464
registry: ${{ vars.DOCKER_REGISTRY_URL }}
6565
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)