Skip to content

Commit c2bd517

Browse files
Bump actions/cache from 3.0.11 to 3.2.3
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]>
1 parent fd3e4b6 commit c2bd517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
dotnet-version: "6.0.x"
5555

5656
- name: Enable NuGet cache
57-
uses: actions/cache@v3.0.11
57+
uses: actions/cache@v3.2.3
5858
with:
5959
path: ~/.nuget/packages
6060
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -102,7 +102,7 @@ jobs:
102102
tools: licensefinder
103103

104104
- name: Enable NuGet cache
105-
uses: actions/cache@v3.0.11
105+
uses: actions/cache@v3.2.3
106106
with:
107107
path: ~/.nuget/packages
108108
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -140,7 +140,7 @@ jobs:
140140
dotnet-version: "6.0.x"
141141

142142
- name: Enable NuGet cache
143-
uses: actions/cache@v3.0.11
143+
uses: actions/cache@v3.2.3
144144
with:
145145
path: ~/.nuget/packages
146146
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -222,7 +222,7 @@ jobs:
222222
dotnet-version: "6.0.x"
223223

224224
- name: Enable NuGet cache
225-
uses: actions/cache@v3.0.11
225+
uses: actions/cache@v3.2.3
226226
with:
227227
path: ~/.nuget/packages
228228
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)