From 6794af3bec2b411ad2dc989d042fcc35aabc0ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:14:02 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/main.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 184be738..78fd1b79 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: "Check out" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Build unit test image" run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-unit --target test-unit . - name: "Unit test" @@ -15,7 +15,7 @@ jobs: name: "Cross compilation test" runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: "Build binaries" run: DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact . test-integration: @@ -34,7 +34,7 @@ jobs: EOT sudo systemctl restart apparmor.service - name: "Check out" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Build integration test image" run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration --target test-integration . - name: "Integration test: exit-code" @@ -239,7 +239,7 @@ jobs: EOT sudo systemctl restart apparmor.service - name: "Check out" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Build integration test image" run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg DOCKER_VERSION . env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f465ffc..f49f9df2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: id-token: write # for provenances attestations: write # for provenances steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: "Build binaries" run: DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact . - name: "SHA256SUMS"