mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Added gradle wrapper update action
This commit is contained in:
parent
2b53410543
commit
c08c8c3e2d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/update-gradle-wrapper.yml
vendored
Normal file
14
.github/workflows/update-gradle-wrapper.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: update-gradle-wrapper
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
|
||||
jobs:
|
||||
update-gradle-wrapper:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Update Gradle Wrapper
|
||||
uses: gradle-update/update-gradle-wrapper-action@v1
|
Loading…
Reference in a new issue