We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f9c17 commit bfde90eCopy full SHA for bfde90e
.github/workflows/dotnet.yml
@@ -16,14 +16,14 @@ jobs:
16
17
steps:
18
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
with:
21
submodules: recursive
22
23
- name: Setup .NET
24
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
25
26
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
27
28
- name: Add GitHub NuGet source
29
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/bigbang1112-cz/index.json"
0 commit comments