Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 #68

Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2

Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 #68

name: "Validate Gradle Wrapper"
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1