Skip to content

Commit 7e25c68

Browse files
authored
Merge pull request #42 from Project-MONAI/dependabot/github_actions/actions/cache-3.3.2
Bump actions/cache from 3.2.3 to 3.3.2
2 parents 3dd70c3 + aff7e1c commit 7e25c68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
dotnet-version: "8.0.x"
5555

5656
- name: Enable NuGet cache
57-
uses: actions/cache@v3.2.3
57+
uses: actions/cache@v3.3.2
5858
with:
5959
path: ~/.nuget/packages
6060
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -102,7 +102,7 @@ jobs:
102102
tools: licensefinder
103103

104104
- name: Enable NuGet cache
105-
uses: actions/cache@v3.2.3
105+
uses: actions/cache@v3.3.2
106106
with:
107107
path: ~/.nuget/packages
108108
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -140,7 +140,7 @@ jobs:
140140
dotnet-version: "8.0.x"
141141

142142
- name: Enable NuGet cache
143-
uses: actions/cache@v3.2.3
143+
uses: actions/cache@v3.3.2
144144
with:
145145
path: ~/.nuget/packages
146146
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -225,7 +225,7 @@ jobs:
225225
dotnet-version: "8.0.x"
226226

227227
- name: Enable NuGet cache
228-
uses: actions/cache@v3.2.3
228+
uses: actions/cache@v3.3.2
229229
with:
230230
path: ~/.nuget/packages
231231
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)