Skip to content

Commit 1d2379a

Browse files
BREAKING: The dependency actions/checkout has been updated to a new major version (v6), which may include breaking changes. #major
1 parent 0fa1a6d commit 1d2379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3939

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

0 commit comments

Comments
 (0)