We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fc993 commit 74ee493Copy full SHA for 74ee493
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
submodules: true
24
- name: Setup .NET SDK
25
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4.2.0
26
with:
27
dotnet-version: 8.0.x
28
- name: Build
.github/workflows/nuget-audit.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/[email protected]
13
14
15
16
global-json-file: global.json
17
- name: Restore
0 commit comments