Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent f47de13 commit c0e1fbf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit c0e1fbf

Please sign in to comment.