Skip to content

Commit dae1e8b

Browse files
chore(deps): update actions/setup-java action to v3.5.1 (#1136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 933df5d commit dae1e8b

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/[email protected].0
34+
uses: actions/[email protected].1
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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v3
3434
- name: Set up JDK
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
distribution: temurin
3838
java-version: 11

0 commit comments

Comments
 (0)