Skip to content

Commit 2ba196e

Browse files
ci: User-friendly name for rust-cache action
1 parent 0159d3c commit 2ba196e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Install Rust Toolchain
3838
run: rustup toolchain install stable --profile minimal --component clippy --component rustfmt --no-self-update
3939

40-
- uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
40+
- name: Cache Dependencies
41+
uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
4142

4243
- name: Run Rustfmt
4344
run: cargo fmt --all -- --check

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3737

38-
- uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
38+
- name: Cache Dependencies
39+
uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
3940
with:
4041
key: ${{ github.job }}
4142

0 commit comments

Comments
 (0)