Skip to content

Commit

Permalink
update cache workflow action to v4, replaces node 16 with node 20 (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
EdColeman authored Jan 25, 2024
1 parent ac2886c commit 3b19825
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-full-its.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Cache local maven repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository/
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Cache local maven repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Cache local maven repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Cache local maven repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository/
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
distribution: adopt
java-version: ${{ matrix.profile.javaver }}
- name: Cache local maven repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository/
Expand Down

0 comments on commit 3b19825

Please sign in to comment.