Skip to content

Commit 7647f71

Browse files
renovate-botaugi
authored andcommitted
chore(deps): update actions/setup-java action to v3
1 parent aaf553d commit 7647f71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v2
11+
uses: actions/setup-java@v3
1212
with:
1313
java-version: 8
1414
distribution: 'adopt'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v2
11+
uses: actions/setup-java@v3
1212
with:
1313
java-version: 8
1414
distribution: 'adopt'

0 commit comments

Comments
 (0)