Skip to content

Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 #2

Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0

Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 #2

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
cache: 'gradle'
- uses: gradle/wrapper-validation-action@v1.1.0
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.12.0
with:
arguments: check