Skip to content

Commit d18f70c

Browse files
author
Francisco Solis
authored
Merge pull request #15 from TheProgramSrc/renovate/actions-setup-java-3.x
2 parents ecb672f + 5c8d598 commit d18f70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
remove-first-character: 'v'
2828
# Set up the JDK
2929
- name: Set up JDK 11
30-
uses: actions/setup-java@v2
30+
uses: actions/setup-java@v3
3131
with:
3232
distribution: adopt
3333
java-version: 11

.github/workflows/gradle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
# Setup java and maven
2121
- name: Set up JDK ${{ matrix.java-version }}
22-
uses: actions/setup-java@v2
22+
uses: actions/setup-java@v3
2323
with:
2424
distribution: adopt
2525
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)