From ff735c2306f28e519db371963c8cc1b9001fdf26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:43:34 +0000 Subject: [PATCH] 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/CheckCompatBounds.yml | 2 +- .github/workflows/CodeQL.yml | 4 ++-- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/FormatCheck.yml | 2 +- .github/workflows/FormatPullRequest.yml | 2 +- .github/workflows/IntegrationTest.yml | 2 +- .github/workflows/LiterateCheck.yml | 2 +- .github/workflows/Registrator.yml | 2 +- .github/workflows/Tests.yml | 2 +- .github/workflows/VersionCheck.yml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml index 9c64a66..f218272 100644 --- a/.github/workflows/CheckCompatBounds.yml +++ b/.github/workflows/CheckCompatBounds.yml @@ -63,7 +63,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Setup Julia ${{ inputs.julia-version }}" uses: julia-actions/setup-julia@v3 diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index 4723d26..1e03900 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -31,7 +31,7 @@ jobs: echo "is_fork=true" >> "$GITHUB_OUTPUT" fi - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - if: ${{ needs.detect.outputs.changed == 'true' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 - if: ${{ needs.detect.outputs.changed == 'true' }} uses: github/codeql-action/init@v4 diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index c1b947a..fafa50a 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -34,7 +34,7 @@ jobs: # which Project.tomls actually exist before passing it in. # CompatHelper otherwise crashes on the first missing subdir and # silently drops every later subdir in the list. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Check if Julia is already available in the PATH" id: julia_in_path diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 69f77e5..5b51e85 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -78,7 +78,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Install apt packages" if: "${{ inputs.apt-packages != '' && runner.os == 'Linux' }}" diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index f0b7b48..df23b23 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -51,7 +51,7 @@ jobs: steps: - name: "Check out PR head" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml index 2105fc7..f0ca2db 100644 --- a/.github/workflows/FormatPullRequest.yml +++ b/.github/workflows/FormatPullRequest.yml @@ -42,7 +42,7 @@ jobs: HEAD_REF=$(gh api repos/${{ github.repository }}/pulls/${{ github.event.issue.number }} --jq '.head.ref') echo "head_ref=$HEAD_REF" >> $GITHUB_OUTPUT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ steps.pr.outputs.head_ref }} token: ${{ secrets.FORMATPULLREQUEST_PAT || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index cb127be..d129d1b 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -141,7 +141,7 @@ jobs: with: name: "integration-test-skip-${{ steps.skip_artifact.outputs.key }}" path: ${{ steps.skip_artifact.outputs.path }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: "${{ steps.classify.outputs.triggers == 'true' && steps.gate.outputs.skip != 'true' }}" with: ref: ${{ github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/LiterateCheck.yml b/.github/workflows/LiterateCheck.yml index c440012..50f7c05 100644 --- a/.github/workflows/LiterateCheck.yml +++ b/.github/workflows/LiterateCheck.yml @@ -32,7 +32,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: "${{ inputs.julia-version }}" diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 13980d3..6db0f9a 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -81,7 +81,7 @@ jobs: save-always: false - name: "Checkout package" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: package fetch-depth: 0 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 09a895d..8ac90ba 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -155,7 +155,7 @@ jobs: run: | echo "PR has no changes in this caller's scope; tests skipped." - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: "${{ steps.classify.outputs.triggers == 'true' }}" - name: "Install apt packages" diff --git a/.github/workflows/VersionCheck.yml b/.github/workflows/VersionCheck.yml index f5da01d..63396b0 100644 --- a/.github/workflows/VersionCheck.yml +++ b/.github/workflows/VersionCheck.yml @@ -47,7 +47,7 @@ jobs: pull-requests: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ITensor/ITensorActions/.github/actions/classify-pr@main id: classify