Skip to content

Commit c4b6ecc

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
chore(deps): 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] <support@github.com>
1 parent b73fc9e commit c4b6ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false
29-
- uses: actions/setup-java@v3
29+
- uses: actions/setup-java@v4
3030
with:
3131
java-version: ${{ vars.RTLDEV_MW_CI_JAVA_VERSION }}
3232
distribution: ${{ vars.RTLDEV_MW_CI_JAVA_DISTRO }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0
4242
persist-credentials: false
4343
- name: Java JDK @^${{ matrix.java-version }}
44-
uses: actions/setup-java@v3
44+
uses: actions/setup-java@v4
4545
with:
4646
java-version: ${{ matrix.java-version }}
4747
distribution: ${{ vars.RTLDEV_MW_CI_JAVA_DISTRO }}

0 commit comments

Comments
 (0)