Skip to content

Commit b29d799

Browse files
committed
Update cache action
1 parent 3aadefc commit b29d799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mvn.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-22.04] # , windows-2024, macos-12
15+
os: [ubuntu-22.04, windows-2024, macos-12]
1616
java: [11, 17, 19]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
2222
java-version: ${{ matrix.java }}
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)