Skip to content

Commit 85a31ff

Browse files
Bump actions/cache from 3.3.0 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.0...v3.3.2) --- 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 6896810 commit 85a31ff

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.3.0
46+
uses: actions/cache@v3.3.2
4747
with:
4848
path: ~/.nuget/packages
4949
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -95,7 +95,7 @@ jobs:
9595
tools: licensefinder
9696

9797
- name: Enable NuGet cache
98-
uses: actions/cache@v3.3.0
98+
uses: actions/cache@v3.3.2
9999
with:
100100
path: ~/.nuget/packages
101101
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -133,7 +133,7 @@ jobs:
133133
dotnet-version: "6.0.x"
134134

135135
- name: Enable NuGet cache
136-
uses: actions/cache@v3.3.0
136+
uses: actions/cache@v3.3.2
137137
with:
138138
path: ~/.nuget/packages
139139
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -226,7 +226,7 @@ jobs:
226226
dotnet-version: "6.0.x"
227227

228228
- name: Enable NuGet cache
229-
uses: actions/cache@v3.3.0
229+
uses: actions/cache@v3.3.2
230230
with:
231231
path: ~/.nuget/packages
232232
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)