From b258138e6f3b506ce589791aaa44cb8674244e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:02:28 +0000 Subject: [PATCH] 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/GITHUB_TOKEN.yml | 2 +- .github/workflows/calibreapp-image-actions.yml | 2 +- .github/workflows/sync.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GITHUB_TOKEN.yml b/.github/workflows/GITHUB_TOKEN.yml index aabc4de..3accd12 100644 --- a/.github/workflows/GITHUB_TOKEN.yml +++ b/.github/workflows/GITHUB_TOKEN.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Another step run: echo "This is another step in your workflow" diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index d46b2fb..8c10389 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Compress Images uses: calibreapp/image-actions@main diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 64813ae..88be0d3 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -21,7 +21,7 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Checkout OEA Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true) uses: azure/login@v2 with: