forked from gradle/gradle-build-action
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gradle#861 from gradle/dd/dependency-updates
Dependency updates
- Loading branch information
Showing
4 changed files
with
789 additions
and
700 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
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
distribution: temurin | ||
java-version: 8 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 # Use a released version to avoid breakages | ||
uses: gradle/[email protected].1 # Use a released version to avoid breakages | ||
- name: Run integration tests | ||
working-directory: test/init-scripts | ||
run: ./gradlew check |
Oops, something went wrong.