Skip to content

Commit c073f56

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump actions/setup-java from 4.2.0 to 4.2.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad2ead1 commit c073f56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 1
3434
- name: Set up JDK
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
distribution: 'zulu'
3838
java-version: ${{ matrix.java }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 1
3535
- name: Set up JDK
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
distribution: 'zulu'
3939
java-version: ${{ matrix.java }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 1
3636
- name: Set up JDK
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838
with:
3939
distribution: 'zulu'
4040
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)