Skip to content

Commit 9e63edb

Browse files
authored
Merge pull request #262 from lhns/dependabot/github_actions/actions/setup-java-5.1.0
Bump actions/setup-java from 5.0.0 to 5.1.0
2 parents b769bd3 + 6a4f6b3 commit 9e63edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-java@v5.0.0
18+
- uses: actions/setup-java@v5.1.0
1919
with:
2020
distribution: 'adopt'
2121
java-version: '17'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-java@v5.0.0
14+
- uses: actions/setup-java@v5.1.0
1515
with:
1616
distribution: 'adopt'
1717
java-version: '17'

0 commit comments

Comments
 (0)