Skip to content

Commit c04da1c

Browse files
committed
ci: prepare release-on-nuget.yml for 0.7.0 release
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
1 parent 62b0248 commit c04da1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-on-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
jobs:
99
release-on-nuget:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 5
11+
timeout-minutes: 10
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v7
1515
- name: Set up .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v6
1717
with:
1818
global-json-file: ./global.json
1919
- name: Cache NuGet packages

0 commit comments

Comments
 (0)