Skip to content

Commit 0fee475

Browse files
authored
Merge pull request #72 from ntnn/renovate/actions-checkout-5.x
2 parents c256255 + 7cc50be commit 0fee475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
2222
with:
2323
dockerfile: Dockerfile
@@ -55,7 +55,7 @@ jobs:
5555
imapfilter_spec=${{ needs.grab-imapfilter-latest.outputs.tag }}
5656
5757
steps:
58-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
58+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5959
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
6060
with:
6161
# Spurious segfaults when compiling

0 commit comments

Comments
 (0)