Skip to content

Commit 0b33fd2

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 611f7d8 commit 0b33fd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fly-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: [check-fly-secret]
3535
if: needs.check-fly-secret.outputs.fly-secret-exists == 'true'
3636
steps:
37-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
37+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3838
- uses: superfly/flyctl-actions/setup-flyctl@master
3939
with:
4040
version: 0.1.54

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2323

2424
- name: Login to ghcr
2525
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3

0 commit comments

Comments
 (0)