Skip to content

Commit f3c9410

Browse files
authored
Merge pull request #483 from coreos/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents ce60782 + eefa3bb commit f3c9410

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, 1.25]
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
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: 2 additions & 2 deletions
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@v5
22+
- uses: actions/checkout@v6
2323
- name: Setup go
2424
uses: actions/setup-go@v6
2525
with:
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
sudo apt-get -qq update
3737
sudo apt-get -qq install libsystemd-dev
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- uses: actions/setup-go@v6
4040
with:
4141
go-version: stable

0 commit comments

Comments
 (0)