Skip to content

Commit b4e6d71

Browse files
authored
Merge pull request #467 from coreos/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 446c54a + 227924f commit b4e6d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
baseimage: ['debian:bullseye', 'debian:trixie', 'ubuntu:20.04', 'ubuntu:24.04', 'fedora']
2121
go: [1.23, 1.24]
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Run tests in container
2525
run: ./scripts/ci-runner.sh run_in_ct ${{ matrix.baseimage }} ${{ matrix.go }}
2626

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: sudo apt-get -qq update
2020
- name: Install libsystemd-dev
2121
run: sudo apt-get install libsystemd-dev
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Setup go
2424
uses: actions/setup-go@v5
2525
with:

0 commit comments

Comments
 (0)