Skip to content

Commit

Permalink
Bump the ci-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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](taiki-e/setup-cross-toolchain-action@cae290c...92417c3)

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](taiki-e/install-action@f2b65a3...35aa409)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pohlm01 committed Sep 16, 2024
1 parent 26075ce commit 7c13f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 7c13f77

Please sign in to comment.