Skip to content

Commit 3e1c6ca

Browse files
breaking: the dependency actions/checkout has been updated to a new major version (v6), which may include breaking changes. #major
1 parent a8fba59 commit 3e1c6ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container_image.yaml

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424

2525
- name: Set up QEMU

0 commit comments

Comments
 (0)