Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump gradle/gradle-build-action from 2 to 3 #3709

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
java-version: '17'
distribution: "adopt"
- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- uses: actions/cache@v3
id: cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
java-version: '17'
distribution: "adopt"
- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Install Global Dependencies
run: yarn global add react-native-cli @sentry/cli yalc
- uses: actions/cache@v3
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Setup Global Tools
run: |
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Setup KVM
if: ${{ matrix.platform == 'android' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Run unit tests
working-directory: RNSentryAndroidTester
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Setup Global Xcode Tools
if: ${{ matrix.platform == 'ios' }}
Expand Down
Loading