Skip to content

Commit 8ee21ba

Browse files
chore(deps): update actions/setup-java action to v3.6.0 (#1178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbd20f8 commit 8ee21ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-toolchain/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
with:
3232
node-version: 16
3333
- name: Set up JDK
34-
uses: actions/setup-java@v3.5.1
34+
uses: actions/setup-java@v3.6.0
3535
with:
3636
distribution: temurin
3737
java-version: 11

.github/workflows/rnx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v3
3838
- name: Set up JDK
39-
uses: actions/setup-java@v3.5.1
39+
uses: actions/setup-java@v3.6.0
4040
with:
4141
distribution: temurin
4242
java-version: 11

0 commit comments

Comments
 (0)