forked from typetools/checker-framework
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/actions action to v4.1.0 (#912)
- Loading branch information
1 parent
818f48d
commit 6ad0484
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies. | ||
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4.0.1 | ||
uses: gradle/actions/setup-gradle@v4.1.0 | ||
|
||
- name: Setup Bazel | ||
uses: bazel-contrib/[email protected] | ||
|
@@ -80,7 +80,7 @@ jobs: | |
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies. | ||
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4.0.1 | ||
uses: gradle/actions/setup-gradle@v4.1.0 | ||
|
||
- name: Run test script checker/bin-devel/test-${{ matrix.script }} | ||
run: ./checker/bin-devel/test-${{ matrix.script }}.sh | ||
|
@@ -125,7 +125,7 @@ jobs: | |
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies. | ||
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4.0.1 | ||
uses: gradle/actions/setup-gradle@v4.1.0 | ||
|
||
- name: Setup Bazel | ||
uses: bazel-contrib/[email protected] | ||
|
@@ -179,7 +179,7 @@ jobs: | |
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies. | ||
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4.0.1 | ||
uses: gradle/actions/setup-gradle@v4.1.0 | ||
|
||
- name: Install coreutils on MacOS | ||
if: matrix.os == 'macos-latest' | ||
|