Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent ee69c03 commit e62bedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Setup Gradle
id: build-gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Build with Gradle
run: ./gradlew build --stacktrace
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
})
- name: Publish snapshot when on master
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: '19'
distribution: 'zulu'
- name: Publish to Staging Repository
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
if: success()
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
Expand Down

0 comments on commit e62bedb

Please sign in to comment.