Skip to content

Commit 2c8d2b4

Browse files
Merge pull request #274 from Qv2ray/dependabot/github_actions/actions/cache-3.3.2
2 parents 1ca4cde + de7218f commit 2c8d2b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
9494

9595
- name: Cache cargo index
96-
uses: actions/[email protected].1
96+
uses: actions/[email protected].2
9797
with:
9898
path: ~/.cargo/registry/index
9999
key: index-${{ runner.os }}-${{ github.run_number }}
@@ -104,7 +104,7 @@ jobs:
104104
# run: cargo generate-lockfile
105105
106106
- name: Cache cargo registry
107-
uses: actions/[email protected].1
107+
uses: actions/[email protected].2
108108
with:
109109
path: ~/.cargo/registry/cache
110110
key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
@@ -113,7 +113,7 @@ jobs:
113113
run: cargo fetch
114114

115115
- name: Cache target directory
116-
uses: actions/[email protected].1
116+
uses: actions/[email protected].2
117117
with:
118118
path: target
119119
key: cache-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}

0 commit comments

Comments
 (0)