Skip to content

Commit 0e77383

Browse files
authored
chore(deps): Update gradle/actions digest to 0723195 (#230)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gradle/actions | action | digest | `49ec880` -> `0723195` | --- ### 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 7c60aa3 commit 0e77383

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@49ec880f92204d92aac59e81f28195de48b4a7fa
26+
uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c
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@49ec880f92204d92aac59e81f28195de48b4a7fa
23+
uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c
2424
- name: Setup Gradle
25-
uses: gradle/actions/setup-gradle@49ec880f92204d92aac59e81f28195de48b4a7fa
25+
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
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@49ec880f92204d92aac59e81f28195de48b4a7fa
23+
uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c
2424
- name: Generate code
2525
run: |
2626
make clone-proto

0 commit comments

Comments
Β (0)