Skip to content

Commit 0e8393e

Browse files
build(deps): bump actions/setup-java from 3 to 4 (#333)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 637b06e commit 0e8393e

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
@@ -27,7 +27,7 @@ jobs:
2727
yarn build
2828
yarn run capacitor sync
2929
30-
- uses: actions/setup-java@v3
30+
- uses: actions/setup-java@v4
3131
with:
3232
distribution: "temurin"
3333
java-version: "11"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
yarn build
8484
yarn run capacitor sync
8585
86-
- uses: actions/setup-java@v3
86+
- uses: actions/setup-java@v4
8787
with:
8888
distribution: "temurin"
8989
java-version: "11"

0 commit comments

Comments
 (0)