Skip to content

Commit 08fec18

Browse files
Merge pull request google#572 from google:dependabot/github_actions/dtolnay/rust-toolchain-c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
PiperOrigin-RevId: 727747730
2 parents 75515eb + b14fa58 commit 08fec18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 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@21dc36fb71dd22e3317045c0c31a3f4249868b17
33+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
3434
with:
3535
toolchain: ${{ matrix.toolchain }}
3636
components: clippy
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
- name: Install ${{ matrix.toolchain }}
52-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
52+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
5353
with:
5454
toolchain: ${{ matrix.toolchain }}
5555
- name: cargo update
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Install ${{ matrix.toolchain }}
69-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
69+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
7070
with:
7171
toolchain: ${{ matrix.toolchain }}
7272
- name: cargo test --locked
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v4
8383
- name: Install ${{ matrix.toolchain }}
84-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
84+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
8585
with:
8686
toolchain: ${{ matrix.toolchain }}
8787
components: rustfmt
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v4
9999
- name: Install ${{ matrix.toolchain }}
100-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
100+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
101101
with:
102102
toolchain: ${{ matrix.toolchain }}
103103
- name: cargo test --locked
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@v4
114114
- name: Install ${{ matrix.toolchain }}
115-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
115+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
116116
with:
117117
toolchain: ${{ matrix.toolchain }}
118118
- name: run_integration_tests.sh
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v4
129129
- name: Install ${{ matrix.toolchain }}
130-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
130+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
131131
with:
132132
toolchain: ${{ matrix.toolchain }}
133133
- name: cargo update
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
submodules: true
144144
- name: Install nightly
145-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
145+
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
146146
with:
147147
toolchain: nightly
148148
- name: cargo doc

0 commit comments

Comments
 (0)