Skip to content

Commit 5da0e04

Browse files
Merge pull request google#410 from google:dependabot/github_actions/dtolnay/rust-toolchain-21dc36fb71dd22e3317045c0c31a3f4249868b17
PiperOrigin-RevId: 643330431
2 parents d5ce015 + d2b64a1 commit 5da0e04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Install ${{ matrix.toolchain }}
33-
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
33+
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
3434
with:
3535
toolchain: ${{ matrix.toolchain }}
3636
components: clippy
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Install ${{ matrix.toolchain }}
51-
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
51+
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
5252
with:
5353
toolchain: ${{ matrix.toolchain }}
5454
- name: cargo generate-lockfile
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Install ${{ matrix.toolchain }}
69-
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
69+
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
7070
with:
7171
toolchain: ${{ matrix.toolchain }}
7272
- name: cargo generate-lockfile
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v4
8686
- name: Install ${{ matrix.toolchain }}
87-
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
87+
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
8888
with:
8989
toolchain: ${{ matrix.toolchain }}
9090
- name: cargo generate-lockfile
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
submodules: true
103103
- name: Install nightly
104-
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
104+
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
105105
with:
106106
toolchain: nightly
107107
- name: cargo doc

0 commit comments

Comments
 (0)