Skip to content

Commit 8ab5833

Browse files
dependabot[bot]mocsharp
authored andcommitted
Bump actions/cache from 3.0.8 to 3.0.11 (#93)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.8...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcaec71 commit 8ab5833

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
@@ -55,7 +55,7 @@ jobs:
5555
tools: licensefinder
5656

5757
- name: Enable NuGet cache
58-
uses: actions/cache@v3.0.8
58+
uses: actions/cache@v3.0.11
5959
with:
6060
path: ~/.nuget/packages
6161
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -101,7 +101,7 @@ jobs:
101101
dotnet-version: "6.0.x"
102102

103103
- name: Enable NuGet cache
104-
uses: actions/cache@v3.0.8
104+
uses: actions/cache@v3.0.11
105105
with:
106106
path: ~/.nuget/packages
107107
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -186,7 +186,7 @@ jobs:
186186
dotnet-version: "6.0.x"
187187

188188
- name: Enable NuGet cache
189-
uses: actions/cache@v3.0.8
189+
uses: actions/cache@v3.0.11
190190
with:
191191
path: ~/.nuget/packages
192192
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)