Skip to content

Commit 222851d

Browse files
deps(upgrade): bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e25c4ff commit 222851d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: '0' # 0 because of sonar needs git blame.
6969

7070
- name: Setup Java ${{ matrix.java }}
71-
uses: actions/setup-java@v3
71+
uses: actions/setup-java@v4
7272
with:
7373
java-version: ${{ matrix.java }}
7474
distribution: "temurin"

.github/workflows/command-deploy-pr-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.client_payload.pull_request.head.sha }}
2222

2323
- name: Setup Java
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: 11
2727
distribution: "temurin"

.github/workflows/deploy-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: refs/tags/${{ inputs.TAG }}
2121

2222
- name: Setup Java
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
java-version: 11
2626
distribution: "temurin"

0 commit comments

Comments
 (0)