Skip to content

Commit f584620

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 256f919 commit f584620

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "CACHE_PATH=$cachePath" >> $env:GITHUB_ENV
3434
3535
- name: Cache NuGet packages
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: |
3939
~/.nuget/packages

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "CACHE_PATH=$cachePath" >> $env:GITHUB_ENV
4040
4141
- name: Cache NuGet packages
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: |
4545
~/.nuget/packages

0 commit comments

Comments
 (0)