Bump gradle/actions from 4.1.0 to 4.2.1 #877
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradle Wrapper Validation | |
on: | |
push: | |
branches: | |
- trunk | |
pull_request: | |
jobs: | |
validate-project-gradle-wrapper: | |
if: ${{ github.repository == 'MiSikora/laboratory' }} | |
name: Validate | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout latest code | |
uses: actions/[email protected] | |
- name: Configure JDK | |
uses: actions/[email protected] | |
with: | |
distribution: zulu | |
java-version: 21 | |
- name: Validate Gradle Wrapper | |
uses: gradle/actions/[email protected] |