Skip to content

Commit 29462ee

Browse files
ci: bump actions/cache from 4.2.3 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b5d3c3 commit 29462ee

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-tests-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
dotnet-version: 8.0.x
2626

2727
- name: Cache NuGet packages
28-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2929
with:
3030
path: ~/.nuget/packages
3131
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Cache NuGet packages
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ~/.nuget/packages
3030
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
dotnet-version: 8.0.x
3838

3939
- name: Cache NuGet packages
40-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
40+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4141
with:
4242
path: ~/.nuget/packages
4343
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/security-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
dotnet-version: 8.0.x
106106

107107
- name: Cache NuGet packages
108-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
108+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
109109
with:
110110
path: ~/.nuget/packages
111111
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/security-scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dotnet-version: 8.0.x
3434

3535
- name: Cache NuGet packages
36-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3737
with:
3838
path: ~/.nuget/packages
3939
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/snyk-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Cache NuGet packages
5050
if: steps.token-check.outputs.available == 'true'
51-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5252
with:
5353
path: ~/.nuget/packages
5454
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

0 commit comments

Comments
 (0)