Skip to content

Commit a391f25

Browse files
authored
Merge pull request #100 from badsyntax/dependabot/github_actions/actions/setup-java-4.5.0
Bump actions/setup-java from 3.4.1 to 4.5.0
2 parents c8e46b6 + 9cf0e68 commit a391f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616
with:
1717
node-version: 16
18-
- uses: actions/setup-java@v3.4.1
18+
- uses: actions/setup-java@v4.5.0
1919
with:
2020
java-version: 15
2121
architecture: x64

0 commit comments

Comments
 (0)