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 300b17e + b058fcd commit d576ba6Copy full SHA for d576ba6
.github/workflows/build-and-test.yml
@@ -16,14 +16,14 @@ jobs:
16
runs-on: windows-latest # Required for some (WPF) projects
17
18
steps:
19
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
id: checkout
21
with:
22
fetch-depth: 0
23
24
- name: Setup .NET Core
25
id: setup-dotnet
26
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
+ uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
27
28
dotnet-version: '9.0.x'
29
0 commit comments