Skip to content

Commit cdf73f5

Browse files
committed
Bump action/checkout to v6 in CI template
1 parent 3cb4cc7 commit cdf73f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/systemd/ci.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build and Push container images to quay.io
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Calculate Docker image tags # Based on https://gist.github.com/sagikazarmark/0119e1f3dde0d8e755fd0ee5a5ef4cdc
2222
id: tags
2323
run: |

0 commit comments

Comments
 (0)