Skip to content

Commit

Permalink
Bump gradle/actions from 3 to 4 (#233)
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3...v4)

---
updated-dependencies:
- dependency-name: gradle/actions
  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>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent cd72ab9 commit cfada14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
NDK_VERSION=$(awk -F= '/ndkVersion/ { print $2 }' gradle.properties)
sudo bash -c "echo y | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install 'ndk;${NDK_VERSION}'"
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.0
uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: generate-and-submit
- name: Setup Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
NDK_VERSION=$(awk -F= '/ndkVersion/ { print $2 }' gradle.properties)
sudo bash -c "echo y | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install 'ndk;${NDK_VERSION}'"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.0
uses: gradle/actions/setup-gradle@v4
- name: Setup Rust
id: rust-toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit cfada14

Please sign in to comment.