Skip to content

Commit 57b2e5e

Browse files
author
Yasindu Dissanayake
authored
(chore) O3-3551: Use latest Actions in GH Actions (#614)
1 parent ff78c3a commit 57b2e5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121
JAVA_VERSION: ${{ matrix.java-version }}
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Set up JDK
26-
uses: actions/setup-java@v1
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: ${{ matrix.java-version }}
29+
distribution: 'temurin'
2930
- name: Cache local Maven repository
30-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3132
with:
3233
path: ~/.m2/repository
3334
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)