Skip to content

Commit 9f25e74

Browse files
Bump actions/checkout from 5 to 6 (#20)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0dc067 commit 9f25e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# with:
5050
# docker-images: false
5151

52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353

5454
- uses: docker/setup-qemu-action@v3
5555

.github/workflows/docker_manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- docker-arm64
4343
runs-on: ubuntu-24.04
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646

4747
- name: Docker Login GHCR
4848
uses: docker/login-action@v3

0 commit comments

Comments
 (0)