Skip to content

Commit

Permalink
Update gradle/actions action to v4 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 1720349 commit 39a6968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: release/signing-setup.sh ${{ secrets.ENCRYPT_KEY }}

- name: Set up gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build
run: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: release/signing-setup.sh ${{ secrets.ENCRYPT_KEY }}

- name: Set up gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Deploy to Sonatype
run: ./gradlew publish --stacktrace
Expand Down

0 comments on commit 39a6968

Please sign in to comment.