mirror of
https://github.com/metosin/reitit.git
synced 2025-12-29 20:58:26 +00:00
Merge pull request #726 from metosin/bump-gha
chore: bump actions/cache for cljs workflow
This commit is contained in:
commit
34e6db0d3f
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
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.m2/repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue