Skip to content

Commit

Permalink
chore(deps): update gradle/actions action to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored Jan 31, 2025
1 parent 9cfc499 commit e5c5f46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0

- name: Download resources, build Jars, publish locally, run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0

- name: Build jars and test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0

- name: Download resources and run tests
run: |
Expand Down

0 comments on commit e5c5f46

Please sign in to comment.