Skip to content

Commit a4917d0

Browse files
author
Francisco Solis
authored
Merge pull request #9 from TheProgramSrc/renovate/actions-setup-java-3.x
2 parents 9af9561 + 59f5a89 commit a4917d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
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)