From 68996a8440410e1a0065bab3fab3b3a38d86cbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:09:44 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 3 to 6 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_freshness.yml | 2 +- .github/workflows/contributors.yml | 2 +- .github/workflows/deny.yml | 2 +- .github/workflows/deploy_docs.yml | 2 +- .github/workflows/docs.yml | 88 ++++++++++----------- .github/workflows/enable-workspace-hack.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release-pr-checks.yml | 2 +- .github/workflows/release-pr.yml | 2 +- .github/workflows/release.yml | 10 +-- .github/workflows/typos.yml | 2 +- .github/workflows/workspace-hack.yml | 2 +- 12 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.github/workflows/ci_freshness.yml b/.github/workflows/ci_freshness.yml index 6b4389e30..ec9bd6c7a 100644 --- a/.github/workflows/ci_freshness.yml +++ b/.github/workflows/ci_freshness.yml @@ -12,7 +12,7 @@ jobs: ci-freshness: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1.8.0 - name: Generate docs.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index ce84ca114..e1d65c1fe 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check PR author in CONTRIBUTORS.md run: | pr_author=$(jq -r .pull_request.user.login "$GITHUB_EVENT_PATH") diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index c358ea609..d6cdfaa49 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -19,7 +19,7 @@ jobs: - advisories - licenses steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: EmbarkStudios/cargo-deny-action@v2 with: command: check ${{ matrix.checks }} diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 154297510..900f8410a 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 643ef68f5..18999cbab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -42,7 +42,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -97,7 +97,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -106,7 +106,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -152,7 +152,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -161,7 +161,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -261,7 +261,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -270,7 +270,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -357,7 +357,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -366,7 +366,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -480,7 +480,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -489,7 +489,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -592,7 +592,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -601,7 +601,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -674,7 +674,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -683,7 +683,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -754,7 +754,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -763,7 +763,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -838,7 +838,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -847,7 +847,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -920,7 +920,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -929,7 +929,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -987,7 +987,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -996,7 +996,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1067,7 +1067,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1076,7 +1076,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1151,7 +1151,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1160,7 +1160,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1233,7 +1233,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1242,7 +1242,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1300,7 +1300,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1309,7 +1309,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1374,7 +1374,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1383,7 +1383,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1458,7 +1458,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1467,7 +1467,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1532,7 +1532,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1541,7 +1541,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1597,7 +1597,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1606,7 +1606,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1688,7 +1688,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1697,7 +1697,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check @@ -1784,7 +1784,7 @@ jobs: - name: Checkout repository from source repo if: | (github.event_name == 'push' && github.event.repository.full_name == github.repository) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout repository from fork if: | github.event_name == 'repository_dispatch' && @@ -1793,7 +1793,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - uses: ./.github/actions/create-check diff --git a/.github/workflows/enable-workspace-hack.yml b/.github/workflows/enable-workspace-hack.yml index 26675d18a..b10ba012b 100644 --- a/.github/workflows/enable-workspace-hack.yml +++ b/.github/workflows/enable-workspace-hack.yml @@ -17,7 +17,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: "main" - uses: actions-rust-lang/setup-rust-toolchain@v1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a78e5586b..b44d1818a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: app-id: ${{ secrets.RELEASER_APP_ID }} private-key: ${{ secrets.RELEASER_PRIVATE_KEY }} - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/release-pr-checks.yml b/.github/workflows/release-pr-checks.yml index e39a5fc3e..cbfdd64f6 100644 --- a/.github/workflows/release-pr-checks.yml +++ b/.github/workflows/release-pr-checks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install Rust diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 2706b10ab..5e8e517a7 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -19,7 +19,7 @@ jobs: app-id: ${{ secrets.RELEASER_APP_ID }} private-key: ${{ secrets.RELEASER_PRIVATE_KEY }} - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 392a27f7b..042d3ac40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -116,7 +116,7 @@ jobs: - name: enable windows longpaths run: | git config --global core.longpaths true - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -175,7 +175,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -225,7 +225,7 @@ jobs: outputs: val: ${{ steps.host.outputs.manifest }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -290,7 +290,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 677234415..7b841b0a9 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Spell Check Repo uses: crate-ci/typos@v1 with: diff --git a/.github/workflows/workspace-hack.yml b/.github/workflows/workspace-hack.yml index 52d7fbdd8..170ad127b 100644 --- a/.github/workflows/workspace-hack.yml +++ b/.github/workflows/workspace-hack.yml @@ -16,7 +16,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 # Check https://docs.rs/cargo-hakari/0.9.29/cargo_hakari/#installation # to learn how to install cargo-hakari locally