Skip to content

Commit 280f7ba

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 388f2f3 commit 280f7ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scenario-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 22
3535

36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
with:
3838
path: ~/.npm
3939
key: ${{ runner.os }}-npm-scenarios-${{ hashFiles('test/scenarios/**/package.json') }}
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
dotnet-version: "8.0.x"
156156

157-
- uses: actions/cache@v4
157+
- uses: actions/cache@v5
158158
with:
159159
path: ~/.nuget/packages
160160
key: ${{ runner.os }}-nuget-scenarios-${{ hashFiles('test/scenarios/**/*.csproj') }}

0 commit comments

Comments
 (0)