Skip to content

build(deps): bump com.github.ben-manes.versions from 0.53.0 to 0.61.0 #1707

build(deps): bump com.github.ben-manes.versions from 0.53.0 to 0.61.0

build(deps): bump com.github.ben-manes.versions from 0.53.0 to 0.61.0 #1707

Workflow file for this run

name: test
on:
push:
branches: &branches
- main
- java8
paths-ignore: &path-ignore
- "*.md"
pull_request:
branches: *branches
paths-ignore: *path-ignore
jobs:
test:
uses: itzg/github-workflows/.github/workflows/gradle-build.yml@main
with:
arguments: test
include-test-report: true
retest-showing-standard-streams: true
secrets:
cf-api-key: ${{ secrets.CF_API_KEY }}