Skip to content

Update Deps

Update Deps #4358

name: Update Deps
on:
workflow_dispatch: {}
schedule:
- cron: "0 0/6 * * *"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.MELLBOT_APP_ID }}
private_key: ${{ secrets.MELLBOT_PK }}
- uses: actions/checkout@v4
with:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: "21"
distribution: "zulu"
- uses: markelliot/update-gradle-deps@v1
with:
push-to-repo-token: ${{ steps.token.outputs.token }}
commit-user: mellbot[bot]
commit-email: mellbot[bot]@users.noreply.github.com
format: true