Skip to content

Commit 25e284a

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 709c8d6 commit 25e284a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v5
6565

6666
- name: NuGet Cache
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: ~/.nuget/packages
7070
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}
@@ -346,7 +346,7 @@ jobs:
346346
uses: actions/checkout@v5
347347

348348
- name: NuGet Cache
349-
uses: actions/cache@v4
349+
uses: actions/cache@v5
350350
with:
351351
path: ~/.nuget/packages
352352
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}

.github/workflows/native-aot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# run: echo "$nuget_config" > NuGet.config
100100

101101
- name: NuGet Cache
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: ~/.nuget/packages
105105
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}
@@ -133,7 +133,7 @@ jobs:
133133
# run: echo "$nuget_config" > NuGet.config
134134

135135
- name: NuGet Cache
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: ~/.nuget/packages
139139
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}

.github/workflows/rich-code-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: NuGet Cache
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: ~/.nuget/packages
2121
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}

0 commit comments

Comments
 (0)