Skip to content

Commit 114a81b

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 ea11c67 commit 114a81b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
dotnet-version-file: global.json
2020
- name: Cache NuGet packages
21-
uses: actions/cache@v5
21+
uses: actions/cache@v6
2222
with:
2323
path: ~/.nuget/packages
2424
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
dotnet-version-file: global.json
4444
- name: Cache NuGet packages
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ~/.nuget/packages
4848
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
dotnet-version-file: global.json
7070
- name: Cache NuGet packages
71-
uses: actions/cache@v5
71+
uses: actions/cache@v6
7272
with:
7373
path: ~/.nuget/packages
7474
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
dotnet-version-file: global.json
2424
- name: Cache NuGet packages
25-
uses: actions/cache@v5
25+
uses: actions/cache@v6
2626
with:
2727
path: ~/.nuget/packages
2828
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}

0 commit comments

Comments
 (0)