From f41d1bec27e25091594b1993790e8b37330a0bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:51:40 +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/build-latest-release.yaml | 4 ++-- .github/workflows/build-sb-latest-release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-latest-release.yaml b/.github/workflows/build-latest-release.yaml index 8b47583..e6165d5 100644 --- a/.github/workflows/build-latest-release.yaml +++ b/.github/workflows/build-latest-release.yaml @@ -40,7 +40,7 @@ jobs: needs: get-release-tag steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.get-release-tag.outputs.release-tag }} @@ -68,7 +68,7 @@ jobs: needs: get-release-tag steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.get-release-tag.outputs.release-tag }} diff --git a/.github/workflows/build-sb-latest-release.yaml b/.github/workflows/build-sb-latest-release.yaml index 9231881..dde2c42 100644 --- a/.github/workflows/build-sb-latest-release.yaml +++ b/.github/workflows/build-sb-latest-release.yaml @@ -35,7 +35,7 @@ jobs: needs: get-sb-tag steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to Docker Hub uses: docker/login-action@v3 @@ -63,7 +63,7 @@ jobs: needs: get-sb-tag steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to Docker Hub uses: docker/login-action@v3