Skip to content

Bump gradle-wrapper from 8.13 to 9.3.0 #175

Bump gradle-wrapper from 8.13 to 9.3.0

Bump gradle-wrapper from 8.13 to 9.3.0 #175

Workflow file for this run

name: Push
on:
push:
jobs:
build:
name: Build
permissions:
#-- To upload artifacts
actions: write
#-- To clone repository
contents: read
uses: ./.github/workflows/build.yaml
secrets:
github-token: ${{secrets.GITHUB_TOKEN}}