From e0adc0a1ec294f1caa795839fa6353d4b952d713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:43:06 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [actions/deploy-pages](https://github.com/actions/deploy-pages) and [actions/labeler](https://github.com/actions/labeler). Updates `taiki-e/install-action` from 2.21.20 to 2.21.26 - [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/addb7d697b0081ef0a2b09d830daf6269d640920...d211c4be5a95cbcd52a0870dda7d63a107a58368) Updates `actions/deploy-pages` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/9dbe3824824f8a1377b8e298bafde1a50ede43e5...de14547edc9944350dc0481aa5b7afb08e75f254) Updates `actions/labeler` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/ac9175f8a1f3625fd0d4fb234536d26811351594...8558fd74291d67161a8a78ce36a881fa63b766a9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-version-rust.yml | 2 +- .github/workflows/check-rust-beta.yml | 2 +- .github/workflows/check-rust.yml | 4 ++-- .github/workflows/deploy-github-pages-rust.yml | 2 +- .github/workflows/draft-release-rust.yml | 2 +- .github/workflows/label-pull-request.yml | 2 +- .github/workflows/preload-caches-rust.yml | 4 ++-- .github/workflows/publish-crate.yml | 2 +- .github/workflows/tag-untagged-releases-rust.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bump-version-rust.yml b/.github/workflows/bump-version-rust.yml index 72e8f9f..4402838 100644 --- a/.github/workflows/bump-version-rust.yml +++ b/.github/workflows/bump-version-rust.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-release diff --git a/.github/workflows/check-rust-beta.yml b/.github/workflows/check-rust-beta.yml index 4b5df94..eb3cb8f 100644 --- a/.github/workflows/check-rust-beta.yml +++ b/.github/workflows/check-rust-beta.yml @@ -23,7 +23,7 @@ jobs: - name: Set override to beta Rust run: rustup override set beta - name: Install cargo-nextest - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-nextest - name: Compile tests diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index b0ef972..c5da082 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -72,7 +72,7 @@ jobs: shared-key: stable-${{ matrix.platform }} timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-nextest - name: Compile tests @@ -112,7 +112,7 @@ jobs: shared-key: msrv-ubuntu-latest timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-nextest - name: Compile tests diff --git a/.github/workflows/deploy-github-pages-rust.yml b/.github/workflows/deploy-github-pages-rust.yml index 4ad9cc8..c185948 100644 --- a/.github/workflows/deploy-github-pages-rust.yml +++ b/.github/workflows/deploy-github-pages-rust.yml @@ -45,4 +45,4 @@ jobs: steps: - id: deployment name: Deploy to GitHub Pages - uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 + uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 diff --git a/.github/workflows/draft-release-rust.yml b/.github/workflows/draft-release-rust.yml index 93634f3..267240b 100644 --- a/.github/workflows/draft-release-rust.yml +++ b/.github/workflows/draft-release-rust.yml @@ -86,7 +86,7 @@ jobs: timeout-minutes: 5 - name: Install cross if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cross - name: Building release assets diff --git a/.github/workflows/label-pull-request.yml b/.github/workflows/label-pull-request.yml index e4f46f5..cfa6d05 100644 --- a/.github/workflows/label-pull-request.yml +++ b/.github/workflows/label-pull-request.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Label pull request based on paths of changed files - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 with: dot: true diff --git a/.github/workflows/preload-caches-rust.yml b/.github/workflows/preload-caches-rust.yml index 2f79928..446bfe6 100644 --- a/.github/workflows/preload-caches-rust.yml +++ b/.github/workflows/preload-caches-rust.yml @@ -36,7 +36,7 @@ jobs: shared-key: stable-${{ matrix.platform }} timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-nextest - name: Check packages and dependencies for errors @@ -70,7 +70,7 @@ jobs: shared-key: msrv-ubuntu-latest timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-nextest - name: Check packages and dependencies for errors diff --git a/.github/workflows/publish-crate.yml b/.github/workflows/publish-crate.yml index 3883cd3..29e9c44 100644 --- a/.github/workflows/publish-crate.yml +++ b/.github/workflows/publish-crate.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-release diff --git a/.github/workflows/tag-untagged-releases-rust.yml b/.github/workflows/tag-untagged-releases-rust.yml index 16d27c5..22a04e5 100644 --- a/.github/workflows/tag-untagged-releases-rust.yml +++ b/.github/workflows/tag-untagged-releases-rust.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 with: tool: cargo-release