Skip to content

Commit b2adbb1

Browse files
authored
chore(deps): Update gradle/actions digest to 261794a (#212)
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 01666e9 commit b2adbb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
java-version: "18"
2424
cache: "gradle"
2525
- name: Validate Gradle wrapper
26-
uses: gradle/actions/wrapper-validation@5e26c0741140516467d799e38395adf08a518755
26+
uses: gradle/actions/wrapper-validation@261794afacfbe7a93883fe9e989f80e083e3547f
2727
- name: Build package
2828
run: ./gradlew build

β€Ž.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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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: Generate code
2525
run: |
2626
make clone-proto

0 commit comments

Comments
Β (0)