Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 #40

Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0

Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 #40

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@v3
- uses: gradle/wrapper-validation-action@v1