Skip to content

Commit d6105d7

Browse files
authored
Merge pull request #220 from lhns/dependabot/github_actions/actions/setup-java-4.2.1
Bump actions/setup-java from 4.0.0 to 4.2.1
2 parents f86e46b + aec2bc5 commit d6105d7

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@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-java@v4.0.0
18+
- uses: actions/setup-java@v4.2.1
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@v4
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-java@v4.0.0
14+
- uses: actions/setup-java@v4.2.1
1515
with:
1616
distribution: 'adopt'
1717
java-version: '17'

0 commit comments

Comments
 (0)