Skip to content

Commit d06c625

Browse files
authored
Merge pull request #226 from target/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 487675c + 040a695 commit d06c625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala-steward.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Launch Scala Steward
2222
steps:
2323
- name: Install JDK for Scala Steward use
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2525
with:
2626
distribution: 'temurin'
2727
java-version: '11'

0 commit comments

Comments
 (0)