From e463745f9553db17a901268ae83db2b86367b1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:55:25 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/cd_release.yml | 2 +- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- .github/workflows/ci_tests.yml | 22 +++++++++---------- .github/workflows/ci_updated_main.yml | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index a463dcb..b317ad9 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 8e523fa..f34e588 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 7c9d270..ceaa2a4 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: main diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index fd27e8c..15a8317 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -15,7 +15,7 @@ jobs: name: Reset test branches steps: - name: Checkout action repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.CI_RESET_TEST_BRANCHES }} fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Perform changes run: ./ci.sh ${TEST_TAG} @@ -94,7 +94,7 @@ jobs: name: Testing - protected steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Perform changes run: ./ci.sh @@ -122,7 +122,7 @@ jobs: name: Testing - protected (--force) steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Perform non-fast-forwardable changes run: | @@ -166,7 +166,7 @@ jobs: name: Testing - Setting `branch` and `ref` fails steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Push setting both `branch` and `ref` (should fail) id: push_branch_ref @@ -190,7 +190,7 @@ jobs: name: Testing - Fail for non-existant branch steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Push to non-existant branch (should fail) id: push_non_existant @@ -213,7 +213,7 @@ jobs: name: Testing - Using `path` steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: sub_folder @@ -233,7 +233,7 @@ jobs: name: Testing - Default for `acceptable_conclusions` with skipped checks steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Perform changes run: ./ci.sh @@ -262,7 +262,7 @@ jobs: name: Testing - Using `fail_fast` steps: - name: Use local action (checkout) - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Perform changes run: ./ci.sh @@ -290,7 +290,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python 3.11 uses: actions/setup-python@v5 @@ -318,7 +318,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 diff --git a/.github/workflows/ci_updated_main.yml b/.github/workflows/ci_updated_main.yml index 2e1ed04..bc0b148 100644 --- a/.github/workflows/ci_updated_main.yml +++ b/.github/workflows/ci_updated_main.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.DEPENDABOT_BRANCH }} fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0