Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
chore(deps): update gradle/actions action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and chrisbanes committed Aug 4, 2024
1 parent c6bafd7 commit cb294a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- name: Deploy to Maven Local for testing
run: ./gradlew bom:publishToMavenLocal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4
with:
# Disable writing to cache. Don't want to spoil the main cache
cache-read-only: true
Expand Down

0 comments on commit cb294a2

Please sign in to comment.