Skip to content

Commit 7cc49a2

Browse files
committed
chore(deps): bump actions/checkout from v3 to v4
- rename the workflow from Rust to CI - add name to build-test step of Build & Test
1 parent d008b9b commit 7cc49a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: CI
22

33
on:
44
push:
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build-test:
14-
14+
name: Build & Test
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
@@ -32,10 +32,10 @@ jobs:
3232
- async-https-rustls
3333
- async-https-rustls-manual-roots
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- name: Generate cache key
3737
run: echo "${{ matrix.rust.version }} ${{ matrix.features }}" | tee .cache_key
38-
- name: cache
38+
- name: Rust Cache
3939
uses: actions/cache@v3
4040
with:
4141
path: |
@@ -52,7 +52,7 @@ jobs:
5252
run: rustup component add clippy
5353
- name: Update toolchain
5454
run: rustup update
55-
- name: pin dependencies
55+
- name: Pin dependencies for MSRV
5656
if: matrix.rust.version == '1.63.0'
5757
run: |
5858
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"

0 commit comments

Comments
 (0)