Skip to content

Commit 8c473ed

Browse files
authored
chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.16.0 to 1.16.1 (#11021)
2 parents 131e8b6 + 07bd716 commit 8c473ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
token: ${{ steps.app-token.outputs.token || github.token }}
3838

3939
- name: Cargo cache
40-
uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
40+
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
4141

4242
- name: Install mdbook and extensions
4343
run: ./docs/install.sh

.github/workflows/quality-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Cargo cache
21-
uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
21+
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
2222

2323
- name: Install mdbook and extensions
2424
run: ./docs/install.sh

0 commit comments

Comments
 (0)