Skip to content

Commit e1249c1

Browse files
authored
chore(deps): Update gradle/actions digest to 261794a (#390)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gradle/actions | action | digest | `5e26c07` -> `261794a` | --- ### Configuration πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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. πŸ”• **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 5c0c9ce commit e1249c1

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
@@ -26,7 +26,7 @@ jobs:
2626
name: Set up Docker Buildx
2727
uses: docker/setup-buildx-action@v3
2828
- name: Validate Gradle wrapper
29-
uses: gradle/actions/wrapper-validation@5e26c0741140516467d799e38395adf08a518755
29+
uses: gradle/actions/wrapper-validation@261794afacfbe7a93883fe9e989f80e083e3547f
3030
- name: Build package
3131
run: ./gradlew build
3232
env:

β€Ž.github/workflows/publish.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
java-version: "18"
2121
cache: "gradle"
2222
- name: Validate Gradle wrapper
23-
uses: gradle/actions/wrapper-validation@5e26c0741140516467d799e38395adf08a518755
23+
uses: gradle/actions/wrapper-validation@261794afacfbe7a93883fe9e989f80e083e3547f
2424
- name: Setup Gradle
25-
uses: gradle/actions/setup-gradle@5e26c0741140516467d799e38395adf08a518755
25+
uses: gradle/actions/setup-gradle@261794afacfbe7a93883fe9e989f80e083e3547f
2626
- name: Publish Package
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
Β (0)