Skip to content

Commit c0e35e9

Browse files
Bump actions/cache from 3.0.11 to 3.2.3 (#313)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 97d1b53 commit c0e35e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
dotnet-version: "6.0.x"
7878

7979
- name: Enable NuGet cache
80-
uses: actions/cache@v3.0.11
80+
uses: actions/cache@v3.2.3
8181
with:
8282
path: ~/.nuget/packages
8383
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -127,7 +127,7 @@ jobs:
127127
cache: yes
128128

129129
- name: Enable NuGet cache
130-
uses: actions/cache@v3.0.11
130+
uses: actions/cache@v3.2.3
131131
with:
132132
path: ~/.nuget/packages
133133
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -180,7 +180,7 @@ jobs:
180180
dotnet-version: "6.0.x"
181181

182182
- name: Enable NuGet cache
183-
uses: actions/cache@v3.0.11
183+
uses: actions/cache@v3.2.3
184184
with:
185185
path: ~/.nuget/packages
186186
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -259,7 +259,7 @@ jobs:
259259
dotnet-version: "6.0.x"
260260

261261
- name: Enable NuGet cache
262-
uses: actions/cache@v3.0.11
262+
uses: actions/cache@v3.2.3
263263
with:
264264
path: ~/.nuget/packages
265265
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -323,7 +323,7 @@ jobs:
323323
dotnet-version: "6.0.x"
324324

325325
- name: Enable NuGet cache
326-
uses: actions/cache@v3.0.11
326+
uses: actions/cache@v3.2.3
327327
with:
328328
path: ~/.nuget/packages
329329
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -436,7 +436,7 @@ jobs:
436436
dotnet-version: "6.0.x"
437437

438438
- name: Enable NuGet cache
439-
uses: actions/cache@v3.0.11
439+
uses: actions/cache@v3.2.3
440440
with:
441441
path: ~/.nuget/packages
442442
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)