Skip to content

Commit

Permalink
Bump actions/cache from v2.1.4 to v2.1.5
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored and arturcic committed Apr 13, 2021
1 parent 115f473 commit 9e5b9f7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down

0 comments on commit 9e5b9f7

Please sign in to comment.