Skip to content

Commit

Permalink
Merge pull request #1662 from nextcloud/renovate/gradle-actions-4.x
Browse files Browse the repository at this point in the history
chore(deps): update gradle/actions action to v4.3.0
  • Loading branch information
AndyScherzinger authored Jan 30, 2025
2 parents ecd062b + 373bf50 commit a885642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
mkdir -p "$HOME/.gradle"
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
- name: Assemble
run: ./gradlew assemble

0 comments on commit a885642

Please sign in to comment.