Skip to content

Commit c37693f

Browse files
Bump actions/cache from 3.2.2 to 3.3.0 (#190)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba28928 commit c37693f

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
@@ -43,7 +43,7 @@ jobs:
4343
dotnet-version: "6.0.x"
4444

4545
- name: Enable NuGet cache
46-
uses: actions/cache@v3.2.2
46+
uses: actions/cache@v3.3.0
4747
with:
4848
path: ~/.nuget/packages
4949
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.2.2
105+
uses: actions/cache@v3.3.0
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.2.2
143+
uses: actions/cache@v3.3.0
144144
with:
145145
path: ~/.nuget/packages
146146
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -233,7 +233,7 @@ jobs:
233233
dotnet-version: "6.0.x"
234234

235235
- name: Enable NuGet cache
236-
uses: actions/cache@v3.2.2
236+
uses: actions/cache@v3.3.0
237237
with:
238238
path: ~/.nuget/packages
239239
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)