Skip to content

Commit aa2dc86

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

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3939

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

0 commit comments

Comments
 (0)