Skip to content

Commit baf6b50

Browse files
chore(deps): bump actions/setup-java from 5.3.0 to 5.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@ad2b381...0f481fc) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26843eb commit baf6b50

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version: 18
4444
cache: 'yarn'
4545
cache-dependency-path: yarn.lock
46-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
46+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
4747
with:
4848
java-version: '17'
4949
distribution: "adopt"

.github/workflows/e2e-v2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
108108
run: sudo apt-get update && sudo apt-get install -y ninja-build
109109

110-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
110+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
111111
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
112112
with:
113113
java-version: "17"
@@ -330,7 +330,7 @@ jobs:
330330
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
331331
run: sudo apt-get update && sudo apt-get install -y ninja-build
332332

333-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
333+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
334334
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
335335
with:
336336
java-version: "17"
@@ -481,7 +481,7 @@ jobs:
481481
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
482482
run: sudo apt-get update && sudo apt-get install -y ninja-build
483483

484-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
484+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
485485
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
486486
with:
487487
java-version: "17"

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- uses: ./.github/actions/disk-cleanup
149149

150-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
150+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
151151
with:
152152
java-version: "17"
153153
distribution: "adopt"

.github/workflows/sample-application-expo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
cache: "yarn"
162162
cache-dependency-path: yarn.lock
163163

164-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
164+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
165165
with:
166166
java-version: "17"
167167
distribution: "adopt"

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
cache: "yarn"
179179
cache-dependency-path: yarn.lock
180180

181-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
181+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
182182
with:
183183
java-version: "17"
184184
distribution: "adopt"

.github/workflows/size-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: "yarn"
5454
cache-dependency-path: yarn.lock
5555

56-
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
56+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
5757
with:
5858
java-version: "17"
5959
distribution: "adopt"

0 commit comments

Comments
 (0)