Skip to content

Commit 0b0c966

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent f084516 commit 0b0c966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919
with:
2020
ssh-key: "${{secrets.SSH_KEY}}"
2121

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323

2424
- name: Docker Setup QEMU
2525
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392

0 commit comments

Comments
 (0)