mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Merge pull request #76 from corwinkuiper/renovate/actions-cache-2.x
Update actions/cache action to v2.1.6
This commit is contained in:
commit
29692301d0
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache
|
||||
uses: actions/cache@v2.1.1
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
|
Loading…
Reference in a new issue