Skip to content

Commit

Permalink
LPD-48410 .github: fixes action failure: updates cache action in work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
drewbrokke committed Feb 19, 2025
1 parent 9f476c0 commit 10c6698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
java-version: 1.8
- name: Cache m2 repo
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: maven

- name: Cache
uses: actions/cache@v1.1.0
uses: actions/cache@v4
with:
path: liferay-ide-m2-repository/.cache/download-maven-plugin
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 10c6698

Please sign in to comment.