From 7c13f77b48779ab8d081e4e87d985703d5eb38b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:19:23 +0000 Subject: [PATCH] Bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/setup-cross-toolchain-action` from 1.23.2 to 1.24.0 - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/setup-cross-toolchain-action/compare/cae290c908b85538356ba35acbdd9f7c9298152a...92417c3484017b78b44195de2e0026e080f1e001) Updates `taiki-e/install-action` from 2.42.37 to 2.43.2 - [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/f2b65a3e67b2ba5ed3b4a631b5e460896e975708...35aa40986a153abb608e3e3e3dffbc968f24973b) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 65e67bd..589176a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -53,12 +53,12 @@ jobs: targets: "${{ matrix.target }}" - name: Install cross-compilation tools - uses: taiki-e/setup-cross-toolchain-action@cae290c908b85538356ba35acbdd9f7c9298152a # v1.23.2 + uses: taiki-e/setup-cross-toolchain-action@92417c3484017b78b44195de2e0026e080f1e001 # v1.24.0 with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37 + uses: taiki-e/install-action@35aa40986a153abb608e3e3e3dffbc968f24973b # v2.43.2 with: tool: cargo-llvm-cov @@ -107,7 +107,7 @@ jobs: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37 + uses: taiki-e/install-action@35aa40986a153abb608e3e3e3dffbc968f24973b # v2.43.2 with: tool: cargo-udeps @@ -172,7 +172,7 @@ jobs: if: ${{matrix.use_zig}} - name: Install cargo-zigbuild - uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37 + uses: taiki-e/install-action@35aa40986a153abb608e3e3e3dffbc968f24973b # v2.43.2 with: tool: cargo-zigbuild if: ${{matrix.use_zig}}