CI: Update actions/cache version
This commit is contained in:
parent
41c0d9346e
commit
400396be25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Cache Firefox
|
||||
id: firefox-cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: firefox-x86_64
|
||||
key: firefox-60.9.0esr
|
||||
|
|
Loading…
Reference in a new issue