From c762115fa1ad3c72897e6274feb093f86950a083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:13:06 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_docs.yaml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yaml | 2 +- .github/workflows/test_releases.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 1a6bac46..931778a9 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99f9697a..0bcdca28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout master branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: master - name: Bump version and push tag @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: master @@ -137,7 +137,7 @@ jobs: steps: - name: Checkout master branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: master fetch-tags: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9d5358db..a533d0d7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/test_releases.yml b/.github/workflows/test_releases.yml index 30b63873..9fde43d5 100644 --- a/.github/workflows/test_releases.yml +++ b/.github/workflows/test_releases.yml @@ -16,7 +16,7 @@ jobs: shell: bash -l {0} steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Fetch all Git tags run: git fetch --prune --unshallow --tags - name: Get current date