Skip to content

Commit a18a6fb

Browse files
authored
Update cargo-build.yml
1 parent 7ab8302 commit a18a6fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cargo-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ jobs:
5050
override: true
5151
components: rustfmt, clippy
5252
- name: Cache cargo registry
53-
uses: actions/cache@v4.2.3
53+
uses: actions/cache@v4
5454
with:
5555
path: ~/.cargo/registry
5656
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
5757
- name: Cache cargo index
58-
uses: actions/cache@v4.2.3
58+
uses: actions/cache@v4
5959
with:
6060
path: ~/.cargo/git
6161
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
6262
- name: Cache cargo build
63-
uses: actions/cache@v4.2.3
63+
uses: actions/cache@v4
6464
with:
6565
path: target
6666
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)