mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
chore: bump actions/cache for cljs workflow
This commit is contained in:
parent
58195eed68
commit
04cb70f1f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testsuite.yml
vendored
2
.github/workflows/testsuite.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue