Skip to content

Commit 88ae81c

Browse files
Bump actions/cache from 3.0.8 to 3.0.10
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] <support@github.com>
1 parent 91e42e7 commit 88ae81c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tools: licensefinder
5353

5454
- name: Enable NuGet cache
55-
uses: actions/cache@v3.0.8
55+
uses: actions/cache@v3.0.10
5656
with:
5757
path: ~/.nuget/packages
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
dotnet-version: "6.0.x"
9999

100100
- name: Enable NuGet cache
101-
uses: actions/cache@v3.0.8
101+
uses: actions/cache@v3.0.10
102102
with:
103103
path: ~/.nuget/packages
104104
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -183,7 +183,7 @@ jobs:
183183
dotnet-version: "6.0.x"
184184

185185
- name: Enable NuGet cache
186-
uses: actions/cache@v3.0.8
186+
uses: actions/cache@v3.0.10
187187
with:
188188
path: ~/.nuget/packages
189189
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)