Skip to content

Commit 2e0d86a

Browse files
authored
Merge pull request #272 from gresrun/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 67c1aa4 + a0d8895 commit 2e0d86a

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Setup JDK 11
22-
uses: actions/setup-java@v4
22+
uses: actions/setup-java@v5
2323
with:
2424
java-version: '11'
2525
distribution: 'adopt'

0 commit comments

Comments
 (0)