From de988aa26a5b0fc9a9c92e484bbedf4e796735ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:29:28 +0000 Subject: [PATCH] Bump the github-actions-all group across 1 directory with 5 updates Bumps the github-actions-all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `6.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.0.0` | `6.1.0` | | [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `3.0.0` | `4.0.1` | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.62.29` | `2.62.60` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.13` | `2.0.14` | Updates `actions/checkout` from 4.1.1 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v6) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...83679a892e2d95755f2dac6acb0bfd1e9ac5d548) Updates `peter-evans/repository-dispatch` from 3.0.0 to 4.0.1 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/ff45666b9427631e3450c54a1bcbee4d9ff4d7c0...28959ce8df70de7be546dd1250a005dd32156697) Updates `taiki-e/install-action` from 2.62.29 to 2.62.60 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/5b5de1b4da26ad411330c0454bdd72929bfcbeb2...3575e532701a5fc614b0c842e4119af4cc5fd16d) Updates `EmbarkStudios/cargo-deny-action` from 2.0.13 to 2.0.14 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/f2ba7abc2abebaf185c833c3961145a3c275caad...76cd80eb775d7bbbd2d80292136d74d39e1b4918) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: peter-evans/repository-dispatch dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: taiki-e/install-action dependency-version: 2.62.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-deploy.yml | 6 +++--- .github/workflows/move.yml | 4 ++-- .github/workflows/rust.yml | 16 ++++++++-------- .github/workflows/tag.yml | 2 +- .github/workflows/typescript.yml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 02831daed..74051b934 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -21,10 +21,10 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v6.0.0 - name: Set up Python - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # pin@v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # pin@v6.1.0 with: python-version: '3.11' @@ -182,7 +182,7 @@ jobs: steps: - name: dispatch failure notification to slack continue-on-error: true - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # pin@v3.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # pin@v4.0.1 with: repository: MystenLabs/sui-operations token: ${{ secrets.DOCS_DEPLOY_DISPATCH_TOKEN }} diff --git a/.github/workflows/move.yml b/.github/workflows/move.yml index c6f272a4b..5d42c01f0 100644 --- a/.github/workflows/move.yml +++ b/.github/workflows/move.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 with: fetch-depth: 1 @@ -43,7 +43,7 @@ jobs: formatting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6.0.0 - uses: MystenLabs/move-formatter-action@v1 with: prettier-plugin-move-version: "latest" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a88c9b342..4391f4b75 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,9 +34,9 @@ jobs: name: license-check runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 - name: Install licensesnip - uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2 # pin@v2.62.29 + uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # pin@v2.62.60 with: tool: licensesnip@1.7.0 - run: licensesnip check @@ -51,10 +51,10 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 - name: Install correct Rust toolchain run: rustup update && rustup toolchain install - - uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2 # pin@v2.62.29 + - uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # pin@v2.62.60 with: tool: cargo-nextest - name: Run tests @@ -68,7 +68,7 @@ jobs: clippy: runs-on: ubuntu-ghcloud steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 - name: Install correct Rust toolchain run: rustup update && rustup toolchain install # See '.cargo/config' for list of enabled/disabled clippy lints @@ -78,7 +78,7 @@ jobs: rustfmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 - name: Install correct Rust toolchain run: rustup update && rustup toolchain install - name: Check formatting @@ -88,8 +88,8 @@ jobs: name: cargo-deny (advisories, licenses, bans, ...) runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 - - uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # pin@v2 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 + - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # pin@v2 with: command: check arguments: --all-features diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 8f88a72af..6f9ebba60 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # Pin v6.0.0 with: fetch-depth: 1 ref: ${{ env.SEAL_COMMIT }} diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index a34189038..83efacec5 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -15,7 +15,7 @@ jobs: working-directory: examples/frontend steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v4 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v4 with: fetch-depth: 2 - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # pin@v4.2.0