Skip to content

Commit eefa3bb

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce60782 commit eefa3bb

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)