Skip to content

Commit fe34abe

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `dtolnay/rust-toolchain` from 56f84321dbccf38fb67ce29ab63e4754056677e0 to b3b07ba8b418998c39fb20f53e8b695cdcc8de1b - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@56f8432...b3b07ba) Updates `taiki-e/install-action` from 2.50.3 to 2.52.6 - [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@ab3728c...1cefd15) Updates `codecov/codecov-action` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: b3b07ba8b418998c39fb20f53e8b695cdcc8de1b dependency-type: direct:production dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.52.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ab454c commit fe34abe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/checks.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
- name: Set target rust version
4747
run: echo "TARGET_RUST_VERSION=$(if [ "${{matrix.rust}}" = "msrv" ]; then grep rust-version Cargo.toml | grep MSRV | cut -d'"' -f2; else echo "${{matrix.rust}}"; fi)" >> $GITHUB_ENV
4848
- name: Install nightly toolchain for direct-minimal-versions
49-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
49+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
5050
with:
5151
toolchain: nightly
5252
targets: "${{ matrix.target }}"
5353
if: ${{ matrix.rust == 'msrv' }}
5454
- name: Install toolchain
55-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
55+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
5656
with:
5757
toolchain: "${TARGET_RUST_VERSION}"
5858
targets: "${{ matrix.target }}"
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
target: ${{ matrix.target }}
6666
- name: Install cargo-llvm-cov
67-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
67+
uses: taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b
6868
with:
6969
tool: cargo-llvm-cov
7070
- name: Rust cache
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
RUST_BACKTRACE: 1
8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
81+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
8282
with:
8383
files: lcov.info
8484
token: ${{ secrets.CODECOV_TOKEN }}
@@ -93,11 +93,11 @@ jobs:
9393
with:
9494
persist-credentials: false
9595
- name: Install nightly toolchain
96-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
96+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
9797
with:
9898
toolchain: nightly
9999
- name: Install udeps
100-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
100+
uses: taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b
101101
with:
102102
tool: cargo-udeps
103103
- name: cargo udeps
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
persist-credentials: false
114114
- name: Install rust toolchain
115-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
115+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
116116
with:
117117
toolchain: stable
118118
components: rustfmt
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
persist-credentials: false
141141
- name: Install rust toolchain
142-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
142+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
143143
with:
144144
toolchain: stable
145145
components: clippy
@@ -153,7 +153,7 @@ jobs:
153153
if: ${{matrix.runs_on == 'ubuntu-latest'}}
154154

155155
- name: Install bindgen-cli
156-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
156+
uses: taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b
157157
with:
158158
tool: bindgen-cli
159159
if: ${{matrix.runs_on == 'ubuntu-latest'}}

0 commit comments

Comments
 (0)