Skip to content

Commit 13b2e9f

Browse files
chore(deps): update actions/cache action to v5.0.4 (#614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e01c8dc commit 13b2e9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
source-url: https://nuget.pkg.github.com/open-feature/index.json
4646

4747
- name: Cache NuGet packages
48-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
48+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4949
with:
5050
path: ~/.nuget/packages
5151
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -112,7 +112,7 @@ jobs:
112112
source-url: https://nuget.pkg.github.com/open-feature/index.json
113113

114114
- name: Cache NuGet packages
115-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
115+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
116116
with:
117117
path: ~/.nuget/packages
118118
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
source-url: https://nuget.pkg.github.com/open-feature/index.json
3131

3232
- name: Cache NuGet packages
33-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
33+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434
with:
3535
path: ~/.nuget/packages
3636
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
source-url: https://nuget.pkg.github.com/open-feature/index.json
5555

5656
- name: Cache NuGet packages
57-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
57+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5858
with:
5959
path: ~/.nuget/packages
6060
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

0 commit comments

Comments
 (0)