Skip to content

Commit 741d85c

Browse files
Merge pull request #645 from google:dependabot/github_actions/dtolnay/rust-toolchain-b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
PiperOrigin-RevId: 767482981
2 parents 7470dad + b5ef0e1 commit 741d85c

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- name: Install ${{ matrix.toolchain }}
33-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
33+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
3434
with:
3535
toolchain: ${{ matrix.toolchain }}
3636
components: clippy
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
- name: Install ${{ matrix.toolchain }}
52-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
52+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
5353
with:
5454
toolchain: ${{ matrix.toolchain }}
5555
- name: cargo update
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6868
- name: Install ${{ matrix.toolchain }}
69-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
69+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
7070
with:
7171
toolchain: ${{ matrix.toolchain }}
7272
- name: cargo test --locked
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383
- name: Install ${{ matrix.toolchain }}
84-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
84+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
8585
with:
8686
toolchain: ${{ matrix.toolchain }}
8787
components: rustfmt
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9999
- name: Install ${{ matrix.toolchain }}
100-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
100+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
101101
with:
102102
toolchain: ${{ matrix.toolchain }}
103103
- name: cargo test --locked
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114114
- name: Install ${{ matrix.toolchain }}
115-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
115+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
116116
with:
117117
toolchain: ${{ matrix.toolchain }}
118118
- name: run_integration_tests.sh
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129129
- name: Install ${{ matrix.toolchain }}
130-
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
130+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
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@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
145+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
146146
with:
147147
toolchain: nightly
148148
- name: cargo doc

0 commit comments

Comments
 (0)