Skip to content

Commit aa3bbe3

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] <support@github.com>
1 parent c07f5c5 commit aa3bbe3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/app-publish-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
global-json-file: global.json
9090

91-
- uses: actions/cache@v4
91+
- uses: actions/cache@v5
9292
with:
9393
path: ~/.nuget/packages
9494
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
global-json-file: global.json
136136

137-
- uses: actions/cache@v4
137+
- uses: actions/cache@v5
138138
with:
139139
path: ~/.nuget/packages
140140
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
global-json-file: global.json
2727

28-
- uses: actions/cache@v4
28+
- uses: actions/cache@v5
2929
with:
3030
path: ~/.nuget/packages
3131
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
global-json-file: global.json
164164

165-
- uses: actions/cache@v4
165+
- uses: actions/cache@v5
166166
with:
167167
path: ~/.nuget/packages
168168
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}

0 commit comments

Comments
 (0)