Skip to content

Commit

Permalink
cache updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored Oct 18, 2024
1 parent f8fe17d commit eb79236
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@v3
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@v3
with:
path: ~/.m2/repository
key: mapstore-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit eb79236

Please sign in to comment.