Skip to content

Commit 5777d0e

Browse files
chore(deps): update actions/cache action to v4.2.4 (#558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19cde01 commit 5777d0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

3939
- name: Cache NuGet packages
40-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
40+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4141
with:
4242
path: ~/.nuget/packages
4343
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -84,7 +84,7 @@ jobs:
8484
source-url: https://nuget.pkg.github.com/open-feature/index.json
8585

8686
- name: Cache NuGet packages
87-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
87+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8888
with:
8989
path: ~/.nuget/packages
9090
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/code-coverage.yml

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

3737
- name: Cache NuGet packages
38-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
38+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3939
with:
4040
path: ~/.nuget/packages
4141
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/e2e.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
33+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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
@@ -52,7 +52,7 @@ jobs:
5252
source-url: https://nuget.pkg.github.com/open-feature/index.json
5353

5454
- name: Cache NuGet packages
55-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
55+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5656
with:
5757
path: ~/.nuget/packages
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

0 commit comments

Comments
 (0)