Skip to content

Commit

Permalink
build(deps): Bump gradle/actions from 3.5.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.1.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.5.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1197af7 commit e0ca0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Run unit tests
uses: gradle/actions/setup-gradle@v3.5.0
uses: gradle/actions/setup-gradle@v4.1.0
- name: Run the tests for OBF
run: ./gradlew testObfPlaystoreDebugUnitTest
- name: Run the tests for OFF
Expand Down

0 comments on commit e0ca0ee

Please sign in to comment.