Skip to content

Commit

Permalink
Update cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Sep 17, 2024
1 parent 9ecb3aa commit bc0e2f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Cargo registry
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand All @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-cargo-registry-
- name: Cache Cargo build
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: target
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Cargo registry
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand All @@ -72,7 +72,7 @@ jobs:
${{ runner.os }}-cargo-registry-
- name: Cache Cargo build
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: target
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
Expand Down

0 comments on commit bc0e2f2

Please sign in to comment.