mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-01-08 19:47:56 +01:00
17 lines
373 B
YAML
17 lines
373 B
YAML
name: Update Gradle Wrapper
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 0 * * 0"
|
|
|
|
jobs:
|
|
update-gradle-wrapper:
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@v4
|
|
with:
|
|
persist-credentials: false
|
|
- name: Update Gradle Wrapper
|
|
uses: gradle-update/update-gradle-wrapper-action@v2
|