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.
2 parents 244cfc1 + b89ce84 commit 79e28d9Copy full SHA for 79e28d9
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Setup Dotnet for use with actions"
20
# don't run on self-hosted Windows
21
if: ${{ !contains(toJSON(matrix.os), 'windows') || !contains(toJSON(matrix.os), 'self-hosted') }}
22
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
23
with:
24
global-json-file: 'global.json'
25
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
submodules: recursive
15
16
17
18
0 commit comments