Skip to content

Commit 79a60a2

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#228)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 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.1...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 cfe3396 commit 79a60a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tools: licensefinder
5353

5454
- name: Enable NuGet cache
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
path: ~/.nuget/packages
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -105,7 +105,7 @@ jobs:
105105
dotnet-version: "8.0.x"
106106

107107
- name: Enable NuGet cache
108-
uses: actions/[email protected].1
108+
uses: actions/[email protected].2
109109
with:
110110
path: ~/.nuget/packages
111111
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -198,7 +198,7 @@ jobs:
198198
dotnet-version: "8.0.x"
199199

200200
- name: Enable NuGet cache
201-
uses: actions/[email protected].1
201+
uses: actions/[email protected].2
202202
with:
203203
path: ~/.nuget/packages
204204
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)