File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5353 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5454
5555 - name : Install Rust
56- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
56+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
5757 with :
5858 targets : ${{ matrix.target }}
5959 toolchain : ${{ matrix.rust_ver }}
8181 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8282
8383 - name : Install Rust
84- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
84+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
8585 with :
8686 toolchain : nightly
8787
@@ -103,7 +103,7 @@ jobs:
103103 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
104104
105105 - name : Install Rust
106- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
106+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
107107 with :
108108 toolchain : stable
109109
Original file line number Diff line number Diff line change 6565 log_dir : /tmp/devstack-logs
6666
6767 - name : Install Rust
68- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
68+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
6969 with :
7070 toolchain : stable
7171
Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040
4141 - name : Install Rust
42- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
42+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
4343 with :
4444 toolchain : stable
4545 components : rustfmt
7373 run : sudo apt-get update && sudo apt-get install -y bash
7474
7575 - name : Install Rust
76- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
76+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
7777 with :
7878 toolchain : stable
7979 components : rustfmt, clippy
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 run : |
120120 git config --global core.longpaths true
121121 - name : Install Rust
122- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
122+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
123123 with :
124124 toolchain : stable
125125 - uses : actions/checkout@v6
@@ -129,7 +129,7 @@ jobs:
129129 # NOTE: we need to ensure we are building artifacts with the latest rust
130130 # version
131131 - name : Install Rust stable
132- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
132+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
133133 with :
134134 toolchain : stable
135135 - name : " Harden Runner"
You can’t perform that action at this time.
0 commit comments