Skip to content

Commit 9e7dc00

Browse files
authored
chore(deps): Update github-actions (#18)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gradle/gradle-build-action | action | digest | `749f47b` -> `a4cf152` | | gradle/wrapper-validation-action | action | digest | `ccb4328` -> `56b90f2` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent d3f8c99 commit 9e7dc00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@ccb4328a959376b642e027874838f60f8e596de3
19+
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
2020
- name: Publish package
21-
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
21+
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
2222
with:
2323
arguments: publish
2424
env:

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '18'
1818
cache: 'gradle'
1919
- name: Validate Gradle wrapper
20-
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
20+
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
2121
- name: Generate code
2222
run: |
2323
make clone-proto

0 commit comments

Comments
 (0)