Skip to content

Commit ef0ae57

Browse files
authored
Merge pull request #24 from Project-MONAI/dependabot/github_actions/actions/cache-3.2.3
Bump actions/cache from 3.0.11 to 3.2.3
2 parents 016d5f6 + c2bd517 commit ef0ae57

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: "6.0.x"
5555

5656
- name: Enable NuGet cache
57-
uses: actions/cache@v3.0.11
57+
uses: actions/cache@v3.2.3
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.0.11
105+
uses: actions/cache@v3.2.3
106106
with:
107107
path: ~/.nuget/packages
108108
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -140,7 +140,7 @@ jobs:
140140
dotnet-version: "6.0.x"
141141

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

224224
- name: Enable NuGet cache
225-
uses: actions/cache@v3.0.11
225+
uses: actions/cache@v3.2.3
226226
with:
227227
path: ~/.nuget/packages
228228
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)