Bump actions/cache from 4 to 5 #15
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-to-release.yml
vendored
4
.github/workflows/build-to-release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
targets: ${{ matrix.rust_target }}
|
||||
|
||||
- name: Cache cargo dependencies
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
targets: x86_64-unknown-linux-gnu
|
||||
|
||||
- name: Cache cargo dependencies
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
|
|
|||
Loading…
Reference in a new issue