Skip to content

Commit d00fcae

Browse files
chore(deps): update gradle/actions action to v6.0.1 (#36)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | patch | `v6.0.0` → `v6.0.1` | --- ### Release Notes <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v6.0.1`](https://redirect.github.com/gradle/actions/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/gradle/actions/compare/v6.0.0...v6.0.1) The [license changes in v6](https://blog.gradle.org/github-actions-for-gradle-v6) introduced a `gradle-actions-caching` license notice that is printed in logs and in each job summary. With this release, the license notice will be muted if build-scan terms have been accepted, or if a Develocity access key is provided. #### What's Changed - Bump actions used in docs by [@&#8203;Goooler](https://redirect.github.com/Goooler) in [#&#8203;792](https://redirect.github.com/gradle/actions/pull/792) - Add typing information for use by typesafegithub by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;910](https://redirect.github.com/gradle/actions/pull/910) - Mute license warning when terms are accepted by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;911](https://redirect.github.com/gradle/actions/pull/911) - Mention explicit license acceptance in notice by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;912](https://redirect.github.com/gradle/actions/pull/912) - Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.21.1 to 2.21.2 in /sources/test/init-scripts in the gradle group across 1 directory by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;907](https://redirect.github.com/gradle/actions/pull/907) **Full Changelog**: <gradle/actions@v6.0.0...v6.0.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xenoterracide/version-catalog-spring-boot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 890d7b3 commit d00fcae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
with:
2222
distribution: temurin
2323
java-version: 21
24-
- uses: gradle/actions/setup-gradle@v6.0.0
24+
- uses: gradle/actions/setup-gradle@v6.0.1
2525
with:
2626
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
2727
- run: ./gradlew build --console=plain
2828
env:
2929
ORG_GRADLE_PROJECT_ghUsername: ${{ github.actor }}
3030
ORG_GRADLE_PROJECT_ghPassword: ${{ github.token }}
31-
- uses: gradle/actions/dependency-submission@v6.0.0
31+
- uses: gradle/actions/dependency-submission@v6.0.1

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
distribution: temurin
3030
java-version: 21
31-
- uses: gradle/actions/setup-gradle@v6.0.0
31+
- uses: gradle/actions/setup-gradle@v6.0.1
3232
with:
3333
cache-read-only: true
3434
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
distribution: temurin
3636
java-version: 21
37-
- uses: gradle/actions/setup-gradle@v6.0.0
37+
- uses: gradle/actions/setup-gradle@v6.0.1
3838
with:
3939
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
4040
- run: ./gradlew publishAllPublicationsToGhRepository --info

.github/workflows/update-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
distribution: temurin
3333
java-version: 21
34-
- uses: gradle/actions/setup-gradle@v6.0.0
34+
- uses: gradle/actions/setup-gradle@v6.0.1
3535
with:
3636
gradle-version: current
3737
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}

0 commit comments

Comments
 (0)