Skip to content

Commit 3ae39ae

Browse files
Bump the ci-dependencies group across 1 directory with 3 updates
Bumps the ci-dependencies group with 3 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action), [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `taiki-e/install-action` from 2.75.7 to 2.75.30 - [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@0abfcd5...db5fb34) Updates `taiki-e/setup-cross-toolchain-action` from 1.39.2 to 1.40.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@d62f33b...74847e5) Updates `EmbarkStudios/cargo-deny-action` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@175dc7f...91bf2b6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94b810c commit 3ae39ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
targets: "${{ matrix.target }}"
6060

6161
- name: Install cargo-llvm-cov
62-
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
62+
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30
6363
with:
6464
tool: cargo-llvm-cov
6565

@@ -114,7 +114,7 @@ jobs:
114114
toolchain: nightly
115115

116116
- name: Install udeps
117-
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
117+
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30
118118
with:
119119
tool: cargo-udeps
120120

@@ -177,7 +177,7 @@ jobs:
177177
run: cargo install --force --locked bindgen-cli
178178

179179
- name: Install cross-compilation tools
180-
uses: taiki-e/setup-cross-toolchain-action@d62f33b587e73b0004731caebc7d2d46b18a7567 # v1.39.2
180+
uses: taiki-e/setup-cross-toolchain-action@74847e552ab5bf79fa4393ed975e297ea57d53fa # v1.40.0
181181
with:
182182
target: ${{ matrix.target }}
183183

@@ -195,6 +195,6 @@ jobs:
195195
steps:
196196
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
197197

198-
- uses: EmbarkStudios/cargo-deny-action@175dc7fd4fb85ec8f46948fb98f44db001149081
198+
- uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb
199199
with:
200200
arguments: --workspace --all-features

0 commit comments

Comments
 (0)