Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 400afe6

Browse files
authored
Update maven.yml
1 parent a66cd7b commit 400afe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3.0.2
35+
uses: actions/checkout@v3
3636

3737
- name: Set up cache for ~./m2/repository
38-
uses: actions/cache@v3.0.5
38+
uses: actions/cache@v3
3939
with:
4040
path: ~/.m2/repository
4141
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
@@ -44,7 +44,7 @@ jobs:
4444
maven-${{ matrix.os }}-
4545
4646
- name: Set up JDK
47-
uses: actions/setup-java@v3.4.1
47+
uses: actions/setup-java@v3
4848
with:
4949
java-version: ${{ matrix.java }}
5050
distribution: 'temurin'

0 commit comments

Comments
 (0)