From 43b1e9679e530d65713000d0d671faf9cfc5d89e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:55:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yaml | 26 +++++++++---------- .../all-features-template.yaml | 2 +- .../centos-fmt-clippy-template.yaml | 2 +- .../freebsd-builds-template.yaml | 2 +- .../linux-builds-template.yaml | 2 +- .../macos-builds-template.yaml | 2 +- ci/actions-templates/test-docs-template.yaml | 2 +- .../windows-builds-template.yaml | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d6bfbf88f..608d5df265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: os: windows-11-arm run_tests: YES steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # v2 defaults to a shallow checkout, but we need at least to the previous tag with: fetch-depth: 0 @@ -225,7 +225,7 @@ jobs: os: windows-11-arm run_tests: YES steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # v2 defaults to a shallow checkout, but we need at least to the previous tag with: fetch-depth: 0 @@ -403,7 +403,7 @@ jobs: mingwdir: mingw32 # skip-pr skip-main gcc: i686-w64-mingw32-gcc # skip-pr skip-main steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # v2 defaults to a shallow checkout, but we need at least to the previous tag with: fetch-depth: 0 @@ -574,7 +574,7 @@ jobs: #snap_arch: armhf steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -746,7 +746,7 @@ jobs: #snap_arch: armhf steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -944,7 +944,7 @@ jobs: #snap_arch: s390x # skip-pr skip-main steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -1097,7 +1097,7 @@ jobs: target: - x86_64-apple-darwin # skip-aarch64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -1229,7 +1229,7 @@ jobs: target: - aarch64-apple-darwin # skip-x86_64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -1350,7 +1350,7 @@ jobs: runs-on: ubuntu-latest if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'release/'))) || contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }} # skip-stable steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -1382,7 +1382,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -1416,7 +1416,7 @@ jobs: fail-fast: false steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 @@ -1512,7 +1512,7 @@ jobs: target: x86_64-pc-windows-msvc steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install rustup stable run: rustup toolchain install stable --profile minimal - name: Install OpenSSL @@ -1555,7 +1555,7 @@ jobs: doc: # job-name runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install mdbook diff --git a/ci/actions-templates/all-features-template.yaml b/ci/actions-templates/all-features-template.yaml index 3370531fa6..69bb8e327d 100644 --- a/ci/actions-templates/all-features-template.yaml +++ b/ci/actions-templates/all-features-template.yaml @@ -21,7 +21,7 @@ jobs: # skip-all target: x86_64-pc-windows-msvc steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install rustup stable run: rustup toolchain install stable --profile minimal - name: Install OpenSSL diff --git a/ci/actions-templates/centos-fmt-clippy-template.yaml b/ci/actions-templates/centos-fmt-clippy-template.yaml index ad7ebd3fe8..5543c27d9d 100644 --- a/ci/actions-templates/centos-fmt-clippy-template.yaml +++ b/ci/actions-templates/centos-fmt-clippy-template.yaml @@ -8,7 +8,7 @@ jobs: # skip-all fail-fast: false steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 diff --git a/ci/actions-templates/freebsd-builds-template.yaml b/ci/actions-templates/freebsd-builds-template.yaml index 1a5c11d70c..32819d4cfc 100644 --- a/ci/actions-templates/freebsd-builds-template.yaml +++ b/ci/actions-templates/freebsd-builds-template.yaml @@ -8,7 +8,7 @@ jobs: # skip-main skip-stable if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'release/'))) || contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }} # skip-stable if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 diff --git a/ci/actions-templates/linux-builds-template.yaml b/ci/actions-templates/linux-builds-template.yaml index 8af218ed5a..f7e4362e2f 100644 --- a/ci/actions-templates/linux-builds-template.yaml +++ b/ci/actions-templates/linux-builds-template.yaml @@ -66,7 +66,7 @@ jobs: # skip-main skip-pr skip-stable #snap_arch: s390x # skip-pr skip-main steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 diff --git a/ci/actions-templates/macos-builds-template.yaml b/ci/actions-templates/macos-builds-template.yaml index 7e5dcd2615..070d7aa265 100644 --- a/ci/actions-templates/macos-builds-template.yaml +++ b/ci/actions-templates/macos-builds-template.yaml @@ -21,7 +21,7 @@ jobs: # skip-x86_64 skip-aarch64 - x86_64-apple-darwin # skip-aarch64 - aarch64-apple-darwin # skip-x86_64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # v2 defaults to a shallow checkout, but we need at least to the previous tag fetch-depth: 0 diff --git a/ci/actions-templates/test-docs-template.yaml b/ci/actions-templates/test-docs-template.yaml index ae8e9abdaa..e3739b8cdf 100644 --- a/ci/actions-templates/test-docs-template.yaml +++ b/ci/actions-templates/test-docs-template.yaml @@ -8,7 +8,7 @@ jobs: # skip-all doc: # job-name runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install mdbook diff --git a/ci/actions-templates/windows-builds-template.yaml b/ci/actions-templates/windows-builds-template.yaml index f2242a2ca4..b41b2688c5 100644 --- a/ci/actions-templates/windows-builds-template.yaml +++ b/ci/actions-templates/windows-builds-template.yaml @@ -44,7 +44,7 @@ jobs: # skip-main skip-pr skip-stable mingwdir: mingw32 # skip-pr skip-main gcc: i686-w64-mingw32-gcc # skip-pr skip-main steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # v2 defaults to a shallow checkout, but we need at least to the previous tag with: fetch-depth: 0