Skip to content

Commit c08359e

Browse files
chore(deps): bump actions/setup-java from 4 to 5 (#5100)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antonis Lilis <[email protected]>
1 parent a0b15d6 commit c08359e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.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@v4
46+
- uses: actions/setup-java@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
@@ -63,7 +63,7 @@ jobs:
6363
cache: 'yarn'
6464
cache-dependency-path: yarn.lock
6565

66-
- uses: actions/setup-java@v4
66+
- uses: actions/setup-java@v5
6767
with:
6868
java-version: '17'
6969
distribution: "adopt"
@@ -234,7 +234,7 @@ jobs:
234234
cache: 'yarn'
235235
cache-dependency-path: yarn.lock
236236

237-
- uses: actions/setup-java@v4
237+
- uses: actions/setup-java@v5
238238
with:
239239
java-version: ${{ matrix.rn-version == '0.65.3' && '11' || '17' }}
240240
distribution: 'adopt'
@@ -360,7 +360,7 @@ jobs:
360360
cache: 'yarn'
361361
cache-dependency-path: yarn.lock
362362

363-
- uses: actions/setup-java@v4
363+
- uses: actions/setup-java@v5
364364
with:
365365
java-version: '17'
366366
distribution: 'adopt'

.github/workflows/native-tests.yml

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

6464
- uses: ./.github/actions/disk-cleanup
6565

66-
- uses: actions/setup-java@v4
66+
- uses: actions/setup-java@v5
6767
with:
6868
java-version: '17'
6969
distribution: 'adopt'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
6464
cache-version: 1 # cache the installed gems
6565

66-
- uses: actions/setup-java@v4
66+
- uses: actions/setup-java@v5
6767
with:
6868
java-version: '17'
6969
distribution: 'adopt'

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
7777
cache-version: 1 # cache the installed gems
7878

79-
- uses: actions/setup-java@v4
79+
- uses: actions/setup-java@v5
8080
with:
8181
java-version: '17'
8282
distribution: 'adopt'

0 commit comments

Comments
 (0)