From 16d2d76500ef007f54853867d542d94237e9d4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:10:10 +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/beta-images.yml | 2 +- .github/workflows/release-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-images.yml b/.github/workflows/beta-images.yml index e6e9b4f..34014af 100644 --- a/.github/workflows/beta-images.yml +++ b/.github/workflows/beta-images.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 5cd0b89..7ba81e8 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # with: # ssh-key: ${{ secrets.SSH_DEPLOY_KEY }} # - name: Keepalive