Skip to content

Commit 6b353e5

Browse files
committed
Upgrade checkout and setup-java actions
(cherry picked from commit 9f4da5b)
1 parent e0cb573 commit 6b353e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
- name: Set up JDK 11
26-
uses: actions/setup-java@v2
26+
uses: actions/setup-java@v3
2727
with:
2828
distribution: 'adopt-openj9'
2929
java-version: '11'
@@ -42,10 +42,10 @@ jobs:
4242
runs-on: ubuntu-latest
4343

4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v3
4646

4747
- name: Set up JDK 11
48-
uses: actions/setup-java@v2
48+
uses: actions/setup-java@v3
4949
with:
5050
distribution: 'adopt-openj9'
5151
java-version: '11'

0 commit comments

Comments
 (0)