Bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0 #95
Workflow file for this run
This file contains hidden or 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
| # This is not meant to be copied and is only for this repository. | |
| name: Validate GitHub Actions Workflows for this shared actions repo | |
| permissions: {} | |
| on: | |
| pull_request: | |
| paths: | |
| - '.github/workflows/*.yml' | |
| jobs: | |
| validate: | |
| uses: ./.github/workflows/validate-gh-action.yml |