From f98771652824c63e2344928e0bee1a499601a5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:48:36 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..71f13bb99 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@v5 - 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..d8c0a7a85 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@v5 with: path: current-repo ref: main - name: Checkout Ecosystem - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ env.ECOSYSTEM_CI_REPO }} ref: main diff --git a/.github/workflows/release.actions.yml b/.github/workflows/release.actions.yml index 081a8546c..87e1cf24b 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@v5 with: token: ${{ secrets.GH_PAT }} fetch-depth: 0