Use a released version of 'gradle-build-action' for our CI job

This commit is contained in:
Daz DeBoer 2022-06-05 09:06:23 -06:00
parent e644288a42
commit a7f880172e
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D

View File

@ -15,9 +15,7 @@ jobs:
distribution: temurin
java-version: 8
- name: Setup Gradle
uses: ./
with:
cache-read-only: false # For testing, allow writing cache entries on non-default branches
uses: gradle/gradle-build-action@v2 # Use a released version to avoid breakages
- name: Run integration tests
working-directory: test/test-init-scripts
run: ./gradlew check