Skip to content

Commit 5edea2f

Browse files
Merge pull request #284 from java9-modularity/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents d9209db + dbafe96 commit 5edea2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Git checkout
1515
uses: actions/checkout@v4
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
cache: gradle
2020
distribution: microsoft

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Git checkout
2525
uses: actions/checkout@v4
2626
- name: Set up JDK 17
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
cache: gradle
3030
distribution: microsoft

0 commit comments

Comments
 (0)