Skip to content

Commit 1a97e94

Browse files
chore(deps): update gradle/actions action to v6 (#176)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | major | `v5` → `v6` | --- ### Release Notes <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v6`](https://redirect.github.com/gradle/actions/compare/v5...v6) [Compare Source](https://redirect.github.com/gradle/actions/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 08:00 AM and 05:59 PM, Monday through Friday ( * 8-17 * * 1-5 ) in timezone Europe/Berlin, Automerge - Between 08:00 AM and 05:59 PM, Monday through Friday ( * 8-17 * * 1-5 ) in timezone Europe/Berlin. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/OneLiteFeatherNET/PandorasCluster). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee42d1e commit 1a97e94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: temurin
2121
java-version: 24
2222
- name: Setup Gradle
23-
uses: gradle/actions/setup-gradle@v5
23+
uses: gradle/actions/setup-gradle@v6
2424
- name: Build on ${{ matrix.os }}
2525
run: ./gradlew clean build test
2626
# - name: Generate JaCoCo Coverage Report

.github/workflows/sematic-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
with:
3030
node-version: "lts/*"
3131
- name: Validate Gradle Wrapper
32-
uses: gradle/actions/wrapper-validation@v5
32+
uses: gradle/actions/wrapper-validation@v6
3333
- name: Setup Java
3434
uses: actions/setup-java@v5
3535
with:
3636
distribution: temurin
3737
java-version: 24
3838
- name: Setup Gradle
39-
uses: gradle/actions/setup-gradle@v5
39+
uses: gradle/actions/setup-gradle@v6
4040
- name: Install dependencies
4141
run: npm clean-install
4242
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

0 commit comments

Comments
 (0)