Skip to content

Commit 9e5b9f7

Browse files
dependabot[bot]arturcic
authored andcommitted
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]>
1 parent 115f473 commit 9e5b9f7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/build.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
git fetch --prune --unshallow
4747
- name: Cache tools
4848
id: cache-tools
49-
uses: actions/[email protected].4
49+
uses: actions/[email protected].5
5050
with:
5151
path: tools
5252
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
5353
- name: Cache dotnet
5454
id: cache-dotnet
55-
uses: actions/[email protected].4
55+
uses: actions/[email protected].5
5656
with:
5757
path: .dotnet
5858
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -88,13 +88,13 @@ jobs:
8888
git fetch --prune --unshallow
8989
- name: Cache tools
9090
id: cache-tools
91-
uses: actions/[email protected].4
91+
uses: actions/[email protected].5
9292
with:
9393
path: tools
9494
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
9595
- name: Cache dotnet
9696
id: cache-dotnet
97-
uses: actions/[email protected].4
97+
uses: actions/[email protected].5
9898
with:
9999
path: .dotnet
100100
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -120,13 +120,13 @@ jobs:
120120
git fetch --prune --unshallow
121121
- name: Cache tools
122122
id: cache-tools
123-
uses: actions/[email protected].4
123+
uses: actions/[email protected].5
124124
with:
125125
path: tools
126126
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
127127
- name: Cache dotnet
128128
id: cache-dotnet
129-
uses: actions/[email protected].4
129+
uses: actions/[email protected].5
130130
with:
131131
path: .dotnet
132132
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -150,13 +150,13 @@ jobs:
150150
git fetch --prune --unshallow
151151
- name: Cache tools
152152
id: cache-tools
153-
uses: actions/[email protected].4
153+
uses: actions/[email protected].5
154154
with:
155155
path: tools
156156
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
157157
- name: Cache dotnet
158158
id: cache-dotnet
159-
uses: actions/[email protected].4
159+
uses: actions/[email protected].5
160160
with:
161161
path: .dotnet
162162
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -180,13 +180,13 @@ jobs:
180180
git fetch --prune --unshallow
181181
- name: Cache tools
182182
id: cache-tools
183-
uses: actions/[email protected].4
183+
uses: actions/[email protected].5
184184
with:
185185
path: tools
186186
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
187187
- name: Cache dotnet
188188
id: cache-dotnet
189-
uses: actions/[email protected].4
189+
uses: actions/[email protected].5
190190
with:
191191
path: .dotnet
192192
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -210,13 +210,13 @@ jobs:
210210
git fetch --prune --unshallow
211211
- name: Cache tools
212212
id: cache-tools
213-
uses: actions/[email protected].4
213+
uses: actions/[email protected].5
214214
with:
215215
path: tools
216216
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
217217
- name: Cache dotnet
218218
id: cache-dotnet
219-
uses: actions/[email protected].4
219+
uses: actions/[email protected].5
220220
with:
221221
path: .dotnet
222222
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -250,13 +250,13 @@ jobs:
250250
git fetch --prune --unshallow
251251
- name: Cache tools
252252
id: cache-tools
253-
uses: actions/[email protected].4
253+
uses: actions/[email protected].5
254254
with:
255255
path: tools
256256
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
257257
- name: Cache dotnet
258258
id: cache-dotnet
259-
uses: actions/[email protected].4
259+
uses: actions/[email protected].5
260260
with:
261261
path: .dotnet
262262
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -291,13 +291,13 @@ jobs:
291291
git fetch --prune --unshallow
292292
- name: Cache tools
293293
id: cache-tools
294-
uses: actions/[email protected].4
294+
uses: actions/[email protected].5
295295
with:
296296
path: tools
297297
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
298298
- name: Cache dotnet
299299
id: cache-dotnet
300-
uses: actions/[email protected].4
300+
uses: actions/[email protected].5
301301
with:
302302
path: .dotnet
303303
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -323,13 +323,13 @@ jobs:
323323
git fetch --prune --unshallow
324324
- name: Cache tools
325325
id: cache-tools
326-
uses: actions/[email protected].4
326+
uses: actions/[email protected].5
327327
with:
328328
path: tools
329329
key: v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
330330
- name: Cache dotnet
331331
id: cache-dotnet
332-
uses: actions/[email protected].4
332+
uses: actions/[email protected].5
333333
with:
334334
path: .dotnet
335335
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}

0 commit comments

Comments
 (0)