From 2d5134fa36ed001f1249b92b9631453a6430981b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:45:03 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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.actions.yml | 2 +- .github/workflows/quarkus-ecosystem.actions.yml | 4 ++-- .github/workflows/release.actions.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.actions.yml b/.github/workflows/build.actions.yml index a03b2e15c..0b5553582 100644 --- a/.github/workflows/build.actions.yml +++ b/.github/workflows/build.actions.yml @@ -14,7 +14,7 @@ jobs: name: "Build & Test" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: n1hility/cancel-previous-runs@v3 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/quarkus-ecosystem.actions.yml b/.github/workflows/quarkus-ecosystem.actions.yml index ff1bd21d4..d41a1e862 100644 --- a/.github/workflows/quarkus-ecosystem.actions.yml +++ b/.github/workflows/quarkus-ecosystem.actions.yml @@ -31,13 +31,13 @@ jobs: distribution: temurin - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: current-repo ref: main - name: Checkout Ecosystem - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ env.ECOSYSTEM_CI_REPO }} ref: main diff --git a/.github/workflows/release.actions.yml b/.github/workflows/release.actions.yml index 081a8546c..55fcbffe7 100644 --- a/.github/workflows/release.actions.yml +++ b/.github/workflows/release.actions.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest name: release steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.GH_PAT }} fetch-depth: 0