Skip to content

Commit ee16e5a

Browse files
Bump actions/cache from 5.0.0 to 5.0.1 (#4713)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@a783357...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3572e4d commit ee16e5a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
10.0.101
3939
4040
- name: Check for NuGet packages cache
41-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
41+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
4242
id: nuget-cache
4343
with:
4444
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
10.0.101
4242
4343
- name: Check for NuGet packages cache
44-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
44+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
4545
id: nuget-cache
4646
with:
4747
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Cache NuGet packages
5656
if: ${{ steps.nuget-cache.outputs.cache-hit != 'true' }}
57-
uses: actions/cache/save@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
57+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
5858
with:
5959
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
6060
path: ${{ env.NUGET_PACKAGES }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
10.0.101
7777
7878
- name: Check for NuGet packages cache
79-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
79+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
8080
id: nuget-cache
8181
with:
8282
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
@@ -136,7 +136,7 @@ jobs:
136136
10.0.101
137137
138138
- name: Check for NuGet packages cache
139-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
139+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
140140
id: nuget-cache
141141
with:
142142
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
@@ -180,7 +180,7 @@ jobs:
180180
10.0.101
181181
182182
- name: Check for NuGet packages cache
183-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
183+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
184184
id: nuget-cache
185185
with:
186186
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
@@ -288,7 +288,7 @@ jobs:
288288
10.0.101
289289
290290
- name: Check for NuGet packages cache
291-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
291+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
292292
id: nuget-cache
293293
with:
294294
key: ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}

.github/workflows/release-nextgen-forwarder-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dotnet-version: 9.0.308
3636

3737
- name: Check for NuGet packages cache
38-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
38+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
3939
id: nuget-cache
4040
with:
4141
key: ${{ hashFiles('**/Directory.packages.props', '**/packages.config' ) }}

.github/workflows/validate-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
2929

3030
- name: Restore lychee cache
31-
uses: actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
31+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
3232
id: cache-restore
3333
with:
3434
path: .lycheecache
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Save lychee cache
5757
if: always()
58-
uses: actions/cache/save@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag: v5.0.0
58+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
5959
with:
6060
path: .lycheecache
6161
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)