-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(internal): update gradle/actions action to v4.2.1 (#643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8a7413e
commit e7d8acc
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: | |
fetch-depth: 0 | ||
|
||
- name: Validate Gradle wrapper | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Set up JDK | ||
uses: actions/[email protected] | ||
|
@@ -45,7 +45,7 @@ jobs: | |
distribution: temurin | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Cache konan dependencies | ||
uses: actions/cache@v4 | ||
|
@@ -79,7 +79,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Validate Gradle wrapper | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Set up JDK | ||
uses: actions/[email protected] | ||
|
@@ -93,7 +93,7 @@ jobs: | |
node-version: 20 | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|
||
- name: Cache konan dependencies | ||
uses: actions/cache@v4 | ||
|