mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Update ci-check-and-unit-test.yml
Test with `setup-gradle@main`
This commit is contained in:
parent
ab9e98fd83
commit
9ee7ae80a2
2
.github/workflows/ci-check-and-unit-test.yml
vendored
2
.github/workflows/ci-check-and-unit-test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
cache: npm
|
||||
cache-dependency-path: sources/package-lock.json
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4 # Use a released version to avoid breakages
|
||||
uses: gradle/actions/setup-gradle@main # Use a released version to avoid breakages
|
||||
env:
|
||||
ALLOWED_GRADLE_WRAPPER_CHECKSUMS: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 # Invalid wrapper jar used for testing
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user