-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
115f473
commit 9e5b9f7
Showing
1 changed file
with
18 additions
and
18 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 |
---|---|---|
|
@@ -46,13 +46,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -88,13 +88,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -120,13 +120,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -150,13 +150,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -180,13 +180,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -210,13 +210,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -250,13 +250,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -291,13 +291,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|
@@ -323,13 +323,13 @@ jobs: | |
git fetch --prune --unshallow | ||
- name: Cache tools | ||
id: cache-tools | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: tools | ||
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }} | ||
- name: Cache dotnet | ||
id: cache-dotnet | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: .dotnet | ||
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }} | ||
|