Skip to content

Commit 55bb628

Browse files
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- 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 681ed59 commit 55bb628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: 6.0.x
3232

33-
- uses: actions/cache@v2.1.6
33+
- uses: actions/cache@v2.1.7
3434
env:
3535
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
3636
with:

0 commit comments

Comments
 (0)