Skip to content

Commit 8f4adab

Browse files
authored
Merge pull request #33 from f-koehler/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 9bd4d47 + 0b294ff commit 8f4adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
# Install the cosign tool except on PR
3030
# https://github.com/sigstore/cosign-installer

0 commit comments

Comments
 (0)