From 89ecd1779bbdb2a35a8fad1ea03d627856c82314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:31:32 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/docker-matrix.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-matrix.yml b/.github/workflows/docker-matrix.yml index b097e639..62348536 100644 --- a/.github/workflows/docker-matrix.yml +++ b/.github/workflows/docker-matrix.yml @@ -58,7 +58,7 @@ jobs: environment: copilot continue-on-error: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 10 @@ -101,7 +101,7 @@ jobs: - image: rust target: merge_rust steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 10 @@ -129,7 +129,7 @@ jobs: runs-on: ${{ matrix.arch.runner }} environment: copilot steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 10 @@ -149,7 +149,7 @@ jobs: runs-on: ubuntu-latest environment: copilot steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 10