Skip to content

Commit da9a017

Browse files
authored
Merge pull request EvilBeaver#1574 from EvilBeaver/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 1769fef + 8c6177b commit da9a017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: (github.repository == 'EvilBeaver/OneScript' ) && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name)
1212
steps:
1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v4
14+
uses: actions/setup-java@v5
1515
with:
1616
java-version: 17
1717
distribution: temurin

0 commit comments

Comments
 (0)