Skip to content

Commit ba5d1fa

Browse files
Bump actions/cache from 3.0.10 to 3.0.11 (#211)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 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.10...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1e036a commit ba5d1fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cache: yes
9191

9292
- name: Enable NuGet cache
93-
uses: actions/[email protected].10
93+
uses: actions/[email protected].11
9494
with:
9595
path: ~/.nuget/packages
9696
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -146,7 +146,7 @@ jobs:
146146
dotnet-version: "6.0.x"
147147

148148
- name: Enable NuGet cache
149-
uses: actions/[email protected].10
149+
uses: actions/[email protected].11
150150
with:
151151
path: ~/.nuget/packages
152152
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -224,7 +224,7 @@ jobs:
224224
dotnet-version: "6.0.x"
225225

226226
- name: Enable NuGet cache
227-
uses: actions/[email protected].10
227+
uses: actions/[email protected].11
228228
with:
229229
path: ~/.nuget/packages
230230
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -289,7 +289,7 @@ jobs:
289289
dotnet-version: "6.0.x"
290290

291291
- name: Enable NuGet cache
292-
uses: actions/[email protected].10
292+
uses: actions/[email protected].11
293293
with:
294294
path: ~/.nuget/packages
295295
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -402,7 +402,7 @@ jobs:
402402
dotnet-version: "6.0.x"
403403

404404
- name: Enable NuGet cache
405-
uses: actions/[email protected].10
405+
uses: actions/[email protected].11
406406
with:
407407
path: ~/.nuget/packages
408408
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)