Skip to content

Commit 8105959

Browse files
authored
Merge pull request #8 from AzisabaNetwork/renovate/actions-setup-java-3.x
Update actions/setup-java action to v3
2 parents e4946a2 + 4519c59 commit 8105959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- uses: actions/checkout@v2
22-
- uses: actions/setup-java@v2
22+
- uses: actions/setup-java@v3
2323
with:
2424
java-version: "17"
2525
distribution: "adopt"

0 commit comments

Comments
 (0)