Skip to content

Commit a1675a5

Browse files
committed
reverted maven.yml to use checkout@v4
upgraded to cache@v4
1 parent 3acd5fc commit a1675a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v2
1515
- name: Set up JDK 17
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 17
1919
- name: Cache local Maven repository
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: ~/.m2/repository
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)