Skip to content

Commit 2f012b9

Browse files
authored
Merge pull request scalatra#172 from scalatra/dependabot/github_actions/actions/setup-java-4.5.0
Bump actions/setup-java from 4.4.0 to 4.5.0
2 parents 96c3333 + c59237d commit 2f012b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: "git config --global core.autocrlf false"
2222
shell: bash
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
24+
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
2525
with:
2626
java-version: ${{matrix.java}}
2727
distribution: adopt

0 commit comments

Comments
 (0)