Skip to content

Commit

Permalink
Bump gradle/actions from 3.3.2 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.2 to 3.4.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.3.2...v3.4.1)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 5576d36 commit 45b33a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.2
uses: gradle/actions/setup-gradle@v3.4.1
- run: ./gradlew -V uploadDocs -s
- run: ./gradlew -V publish
if: ${{ github.event_name == 'push' && github.ref_type == 'branch' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.2
uses: gradle/actions/setup-gradle@v3.4.1
- name: Publish package
run: ./gradlew -V --no-parallel publishToSonatype uploadDocs closeAndReleaseSonatypeStagingRepository
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.2
uses: gradle/actions/setup-gradle@v3.4.1

- run: ./gradlew -V check
- run: ./gradlew -V jacocoTestReport aggregateJacocoReport
Expand Down

0 comments on commit 45b33a8

Please sign in to comment.