Skip to content

Commit e93df3f

Browse files
chore(deps): 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 f1f85be commit e93df3f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-dependency-path: EssentialCSharp.Web/package-lock.json
3434

3535
- name: Set up dependency caching for faster builds
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
id: nuget-cache
3838
with:
3939
path: |
@@ -65,7 +65,7 @@ jobs:
6565
id: buildx
6666

6767
- name: Restore BuildKit cache mounts
68-
uses: actions/cache@v5
68+
uses: actions/cache@v6
6969
id: buildkit-cache
7070
with:
7171
path: buildkit-cache

.github/workflows/PR-Build-And-Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
global-json-file: global.json
3939

4040
- name: Set up dependency caching for faster builds
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
id: nuget-cache
4343
with:
4444
path: |
@@ -85,7 +85,7 @@ jobs:
8585
id: buildx
8686

8787
- name: Restore BuildKit cache mounts
88-
uses: actions/cache/restore@v5
88+
uses: actions/cache/restore@v6
8989
id: buildkit-cache
9090
with:
9191
path: buildkit-cache

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-dotnet@v5
3838

3939
- name: Set up dependency caching for faster builds
40-
uses: actions/cache@v5
40+
uses: actions/cache@v6
4141
id: nuget-cache
4242
with:
4343
path: |

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: '24'
3535

3636
- name: Set up dependency caching for faster builds
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
id: nuget-cache
3939
with:
4040
path: |

0 commit comments

Comments
 (0)