Skip to content

Commit

Permalink
chore: upgrade setup-java (#769)
Browse files Browse the repository at this point in the history
* diff

* actions/setup-java@v4
  • Loading branch information
henninghall authored Feb 26, 2024
1 parent 76b11f0 commit 1b05df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: ./
run: yarn install --frozen-lockfile

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: steps.cache-android.outputs.cache-hit != 'true'
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-android-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-ios-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:
fi
env:
MAESTRO_CLOUD_FLOW_RESULTS: ${{ steps.upload.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}

#temp

0 comments on commit 1b05df8

Please sign in to comment.