Skip to content

Commit 443cccd

Browse files
committed
Update actions to latest versions
1 parent ac52405 commit 443cccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup Java
29-
uses: actions/setup-java@v2
29+
uses: actions/setup-java@v3
3030
with:
3131
java-version: ${{ env.JAVA_VERSION }}
3232
distribution: ${{ env.JAVA_DISTRO }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Setup Java
22-
uses: actions/setup-java@v2
22+
uses: actions/setup-java@v3
2323
with:
2424
java-version: ${{ env.JAVA_VERSION }}
2525
distribution: ${{ env.JAVA_DISTRO }}
2626

2727
- name: Cache Maven
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)