From dc67039a81a84fe21babbd6d1c1f12a15e710ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:33:51 +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/deploy.yml | 8 ++++---- .github/workflows/test.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0933382..9e74bd65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensures a reachable tag @@ -75,7 +75,7 @@ jobs: - {os: windows-2022, shell: msys2, bin: tform} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github/actions sparse-checkout-cone-mode: false @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github/actions sparse-checkout-cone-mode: false @@ -188,7 +188,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github/actions sparse-checkout-cone-mode: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93f653ed..f3cb6f8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - {bin: tform, test: extra, timeout: 60, nthreads: 2, flint: no} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensures a reachable tag @@ -66,7 +66,7 @@ jobs: - {bin: parform, test: default, timeout: 15} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensures a reachable tag @@ -147,7 +147,7 @@ jobs: - {bin: tvorm, test: extra, nthreads: 2, group: 10/10} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensures a reachable tag @@ -190,7 +190,7 @@ jobs: - {bin: tvorm, test: extra, timeout: 60, nthreads: 2, flint: no} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensures a reachable tag @@ -262,7 +262,7 @@ jobs: apt-get install --no-install-recommends -y ca-certificates git libstdc++6:amd64 - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensures a reachable tag