Skip to content

Commit 3fa1c53

Browse files
author
Aleksandar Damjanovic
committed
Update GitHub Actions to v4
1 parent 5c59f20 commit 3fa1c53

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ jobs:
1414
matrix:
1515
java: [ 8 ]
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/cache@v1
19-
with:
20-
path: ~/.m2/repository
21-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
22-
restore-keys: |
23-
${{ runner.os }}-maven-
17+
- uses: actions/checkout@v4
2418
- name: Set up JDK ${{ matrix.java }}
25-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v4
2620
with:
2721
java-version: ${{ matrix.java }}
2822
distribution: 'zulu'

0 commit comments

Comments
 (0)