Skip to content

Commit 80410f7

Browse files
authored
Merge pull request #197 from Project-MONAI/release/0.2.13
Release/0.2.13
2 parents a5ca871 + 788ae34 commit 80410f7

13 files changed

+122
-43
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dotnet-version: "6.0.x"
4444

4545
- name: Enable NuGet cache
46-
uses: actions/cache@v3.0.11
46+
uses: actions/cache@v3.2.2
4747
with:
4848
path: ~/.nuget/packages
4949
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -95,7 +95,7 @@ jobs:
9595
tools: licensefinder
9696

9797
- name: Enable NuGet cache
98-
uses: actions/cache@v3.0.11
98+
uses: actions/cache@v3.2.2
9999
with:
100100
path: ~/.nuget/packages
101101
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -133,7 +133,7 @@ jobs:
133133
dotnet-version: "6.0.x"
134134

135135
- name: Enable NuGet cache
136-
uses: actions/cache@v3.0.11
136+
uses: actions/cache@v3.2.2
137137
with:
138138
path: ~/.nuget/packages
139139
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -226,7 +226,7 @@ jobs:
226226
dotnet-version: "6.0.x"
227227

228228
- name: Enable NuGet cache
229-
uses: actions/cache@v3.0.11
229+
uses: actions/cache@v3.2.2
230230
with:
231231
path: ~/.nuget/packages
232232
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -278,15 +278,15 @@ jobs:
278278

279279
- name: Upload Nuget
280280
if: ${{ matrix.os == 'ubuntu-latest' }}
281-
uses: actions/[email protected].1
281+
uses: actions/[email protected].2
282282
with:
283283
name: nuget
284284
path: ${{ github.workspace }}/release/*.nupkg
285285
retention-days: 30
286286

287287
- name: Upload Zipped Plug-ins
288288
if: ${{ matrix.os == 'ubuntu-latest' }}
289-
uses: actions/[email protected].1
289+
uses: actions/[email protected].2
290290
with:
291291
name: plug-ins
292292
path: ${{ github.workspace }}/src/Plugins/release/*.zip

.github/workflows/package-cleanup.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,35 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/delete-package-versions@v3
17+
- uses: actions/delete-package-versions@v4
1818
name: Monai.Deploy.Storage
1919
with:
2020
package-name: 'Monai.Deploy.Storage'
21+
package-type: nuget
2122
min-versions-to-keep: 10
2223
delete-only-pre-release-versions: "true"
2324

24-
- uses: actions/delete-package-versions@v3
25+
- uses: actions/delete-package-versions@v4
2526
name: Monai.Deploy.Storage.S3Policy
2627
with:
2728
package-name: 'Monai.Deploy.Storage.S3Policy'
29+
package-type: nuget
2830
min-versions-to-keep: 10
2931
delete-only-pre-release-versions: "true"
3032

31-
- uses: actions/delete-package-versions@v3
33+
- uses: actions/delete-package-versions@v4
3234
name: Monai.Deploy.Storage.MinIO
3335
with:
3436
package-name: 'Monai.Deploy.Storage.MinIO'
37+
package-type: nuget
3538
min-versions-to-keep: 10
3639
delete-only-pre-release-versions: "true"
3740

3841

39-
- uses: actions/delete-package-versions@v3
42+
- uses: actions/delete-package-versions@v4
4043
name: Monai.Deploy.Storage.AWSS3
4144
with:
4245
package-name: 'Monai.Deploy.Storage.AWSS3'
46+
package-type: nuget
4347
min-versions-to-keep: 10
4448
delete-only-pre-release-versions: "true"

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ branches:
5656
ignore:
5757
sha: []
5858
merge-message-formats: {}
59-
next-version: 0.2.12
59+
next-version: 0.2.13

0 commit comments

Comments
 (0)