-
-
Notifications
You must be signed in to change notification settings - Fork 70
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.2.1 (#1225)
- Loading branch information
Showing
2 changed files
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Set up Gradle | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Assemble and Check | ||
run: > | ||
|
@@ -72,7 +72,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Set up Gradle | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Test with the oldest JDK | ||
run: > | ||
|
@@ -130,7 +130,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Set up Gradle | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Publish packages | ||
env: | ||
|
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: gradle/actions/[email protected].0 | ||
- uses: gradle/actions/[email protected].1 |