Skip to content

Commit

Permalink
chore(deps): bump gradle/actions from 3.4.2 to 3.5.0 (#596)
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.4.2...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 21d310a commit 16fe1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
settings-path: ${{ github.workspace }}

- name: Setup Gradle Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0

- name: Build with Gradle
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0

- name: Build with Gradle
run: ./gradlew build

0 comments on commit 16fe1a8

Please sign in to comment.