-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/cache action to v3.2.4
- Loading branch information
1 parent
3aa348c
commit 1f58e2b
Showing
3 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
- name: Restore native cache | ||
id: cache-native | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
scripts/build | ||
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
- name: Restore Gradle cache | ||
id: cache | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
|
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
|
||
- name: Restore native cache | ||
id: cache-native | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
scripts/build | ||
|
@@ -77,7 +77,7 @@ jobs: | |
|
||
- name: Restore Gradle cache | ||
id: cache-gradle | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
|
@@ -165,7 +165,7 @@ jobs: | |
- name: Restore native cache | ||
if: ${{ matrix.repository.enabled == true }} | ||
id: cache-native | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
scripts/build | ||
|
@@ -187,7 +187,7 @@ jobs: | |
- name: Restore Gradle cache | ||
if: ${{ matrix.repository.enabled == true }} | ||
id: cache-gradle | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
|
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
- name: Restore libmongoc cache | ||
if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }} | ||
id: cache-libmongoc | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
scripts/build | ||
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Restore Gradle cache | ||
if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }} | ||
id: cache-gradle | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
|