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