Skip to content

Commit

Permalink
workflow: update to actions/cache v4
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Dec 11, 2024
1 parent f819792 commit bc9fbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mapstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: '16.x'

- name: "cache node modules"
uses: actions/cache@v1
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-
- name: "Maven repository caching"
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: mapstore-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit bc9fbbb

Please sign in to comment.