Skip to content

Commit fa56c21

Browse files
build(deps): bump actions/cache from 5 to 6 (#337)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3687c9 commit fa56c21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
10.x
6565
6666
- name: Cache NuGet packages
67-
uses: actions/cache@v5
67+
uses: actions/cache@v6
6868
with:
6969
path: ~/.nuget/packages
7070
key: nuget-${{ runner.os }}-${{ hashFiles('Directory.Packages.props', '**/*.fsproj', '**/*.csproj') }}

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
10.x
4949
5050
- name: Cache NuGet packages
51-
uses: actions/cache@v5
51+
uses: actions/cache@v6
5252
with:
5353
path: ~/.nuget/packages
5454
key: nuget-${{ runner.os }}-${{ hashFiles('Directory.Packages.props', '**/*.fsproj', '**/*.csproj') }}
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: 10.x
8686

8787
- name: Cache NuGet packages
88-
uses: actions/cache@v5
88+
uses: actions/cache@v6
8989
with:
9090
path: ~/.nuget/packages
9191
key: nuget-${{ runner.os }}-${{ hashFiles('Directory.Packages.props', '**/*.fsproj', '**/*.csproj') }}

0 commit comments

Comments
 (0)