Skip to content

Commit

Permalink
build(deps): Bump gradle/actions from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@417ae3c...e24011a)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 5, 2024
1 parent 6080f59 commit b40a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252
with:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
- name: Build
Expand Down

0 comments on commit b40a6b3

Please sign in to comment.