Skip to content

Commit dc27bc1

Browse files
Bump actions/cache from 3.3.0 to 3.3.2 (#247)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8e099f commit dc27bc1

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: "8.0.x"
4444

4545
- name: Enable NuGet cache
46-
uses: actions/[email protected].0
46+
uses: actions/[email protected].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/[email protected].0
98+
uses: actions/[email protected].2
9999
with:
100100
path: ~/.nuget/packages
101101
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -133,7 +133,7 @@ jobs:
133133
dotnet-version: "8.0.x"
134134

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

228228
- name: Enable NuGet cache
229-
uses: actions/[email protected].0
229+
uses: actions/[email protected].2
230230
with:
231231
path: ~/.nuget/packages
232232
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)