Skip to content

Commit 5fd1db9

Browse files
Bump actions/cache from 3.0.8 to 3.0.10 (#190)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.8...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49c8f50 commit 5fd1db9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
tools: licensefinder
9090

9191
- name: Enable NuGet cache
92-
uses: actions/[email protected].8
92+
uses: actions/[email protected].10
9393
with:
9494
path: ~/.nuget/packages
9595
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -145,7 +145,7 @@ jobs:
145145
dotnet-version: "6.0.x"
146146

147147
- name: Enable NuGet cache
148-
uses: actions/[email protected].8
148+
uses: actions/[email protected].10
149149
with:
150150
path: ~/.nuget/packages
151151
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -223,7 +223,7 @@ jobs:
223223
dotnet-version: "6.0.x"
224224

225225
- name: Enable NuGet cache
226-
uses: actions/[email protected].8
226+
uses: actions/[email protected].10
227227
with:
228228
path: ~/.nuget/packages
229229
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -288,7 +288,7 @@ jobs:
288288
dotnet-version: "6.0.x"
289289

290290
- name: Enable NuGet cache
291-
uses: actions/[email protected].8
291+
uses: actions/[email protected].10
292292
with:
293293
path: ~/.nuget/packages
294294
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -401,7 +401,7 @@ jobs:
401401
dotnet-version: "6.0.x"
402402

403403
- name: Enable NuGet cache
404-
uses: actions/[email protected].8
404+
uses: actions/[email protected].10
405405
with:
406406
path: ~/.nuget/packages
407407
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)