Skip to content

Commit 28594e7

Browse files
authored
chore(deps): Update github-actions (#250)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gradle/gradle-build-action | action | digest | `66535aa` -> `ac2d340` | | gradle/wrapper-validation-action | action | digest | `8842585` -> `f9c9c57` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 87f2a36 commit 28594e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v3
2525
- name: Validate Gradle wrapper
26-
uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142
26+
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
2727
- name: Build package
2828
run: ./gradlew build
2929
env:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
java-version: '18'
1717
cache: 'gradle'
1818
- name: Validate Gradle wrapper
19-
uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142
19+
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
2020
- name: Publish package
21-
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45
21+
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1
2222
with:
2323
arguments: publish
2424
env:

0 commit comments

Comments
 (0)