ci: update actions/cache -> v4 (#158)
Some checks are pending
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run

This commit is contained in:
hinto-janai 2024-06-13 11:37:26 -04:00 committed by GitHub
parent a3e34c3ba8
commit 25b5b63349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
steps:
- name: Cache
uses: actions/cache@v3.2.3
uses: actions/cache@v4
with:
path: |
~/.cargo

View file

@ -83,7 +83,7 @@ jobs:
components: clippy
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: target
key: ${{ matrix.os }}

View file

@ -18,7 +18,7 @@ jobs:
steps:
- name: Cache
uses: actions/cache@v3.2.3
uses: actions/cache@v4
with:
path: |
~/.cargo