1313 pull_request :
1414
1515env :
16- RUST_TOOLCHAIN_VERSION : " 1.76 .0"
16+ RUST_TOOLCHAIN_VERSION : " 1.78 .0"
1717 CARGO_TERM_COLOR : always
1818 CARGO_INCREMENTAL : ' 0'
1919 CARGO_PROFILE_DEV_DEBUG : ' 0'
@@ -33,17 +33,17 @@ jobs:
3333 RUSTC_BOOTSTRAP : 1
3434 steps :
3535 - name : Install host dependencies
36- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
36+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
3737 with :
3838 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
3939 version : 1.0
40- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4141 with :
4242 submodules : recursive
43- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
43+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
4444 with :
4545 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
46- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
46+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
4747 with :
4848 key : udeps
4949 cache-all-crates : " true"
@@ -63,21 +63,21 @@ jobs:
6363 continue-on-error : ${{ matrix.checks == 'advisories' }}
6464
6565 steps :
66- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
66+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6767 with :
6868 submodules : recursive
69- - uses : EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 # v1.5.5
69+ - uses : EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
7070 with :
7171 command : check ${{ matrix.checks }}
7272
7373 run_rustfmt :
7474 name : Run Rustfmt
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
77+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
7878 with :
7979 submodules : recursive
80- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
80+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
8181 with :
8282 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
8383 components : rustfmt
@@ -88,18 +88,18 @@ jobs:
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : Install host dependencies
91- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
91+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
9292 with :
9393 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
9494 version : 1.0
95- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
95+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9696 with :
9797 submodules : recursive
98- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
98+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
9999 with :
100100 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
101101 components : clippy
102- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
102+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
103103 with :
104104 key : clippy
105105 cache-all-crates : " true"
@@ -123,19 +123,18 @@ jobs:
123123 runs-on : ubuntu-latest
124124 steps :
125125 - name : Install host dependencies
126- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
126+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
127127 with :
128128 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
129129 version : 1.0
130- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
131- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
130+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
132131 with :
133132 submodules : recursive
134- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
133+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
135134 with :
136135 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
137136 components : rustfmt
138- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
137+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
139138 with :
140139 key : doc
141140 cache-all-crates : " true"
@@ -146,17 +145,17 @@ jobs:
146145 runs-on : ubuntu-latest
147146 steps :
148147 - name : Install host dependencies
149- uses : awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
148+ uses : awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
150149 with :
151150 packages : protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
152151 version : 1.0
153- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
152+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
154153 with :
155154 submodules : recursive
156- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
155+ - uses : dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
157156 with :
158157 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
159- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
158+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
160159 with :
161160 key : test
162161 cache-all-crates : " true"
0 commit comments