Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0992a22

Browse files
committedMar 24, 2025··
Update actions/cache@v4.2.3
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 41b16c9 commit 0992a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tools: licensefinder
5353

5454
- name: Enable NuGet cache
55-
uses: actions/cache@v4.0.2
55+
uses: actions/cache@v4.2.3
5656
with:
5757
path: ~/.nuget/packages
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -105,7 +105,7 @@ jobs:
105105
dotnet-version: "8.0.x"
106106

107107
- name: Enable NuGet cache
108-
uses: actions/cache@v4.0.2
108+
uses: actions/cache@v4.2.3
109109
with:
110110
path: ~/.nuget/packages
111111
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -198,7 +198,7 @@ jobs:
198198
dotnet-version: "8.0.x"
199199

200200
- name: Enable NuGet cache
201-
uses: actions/cache@v4.0.2
201+
uses: actions/cache@v4.2.3
202202
with:
203203
path: ~/.nuget/packages
204204
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)
Please sign in to comment.