Skip to content

Commit 93337ae

Browse files
dependabot[bot]ViliusSutkus89
authored andcommitted
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 c39b220 commit 93337ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
node-version: 20
8080

8181
- name: Set up JDK 17
82-
uses: actions/setup-java@v3
82+
uses: actions/setup-java@v4
8383
with:
8484
java-version: 17
8585
distribution: 'temurin'

.github/workflows/run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: ./build/
3737

3838
- name: Set up JDK 17
39-
uses: actions/setup-java@v3
39+
uses: actions/setup-java@v4
4040
with:
4141
java-version: 17
4242
distribution: 'temurin'

0 commit comments

Comments
 (0)