We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b824fa commit b7b4448Copy full SHA for b7b4448
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
fetch-depth: 0
35
- name: Setup .NET SDK
36
- uses: actions/setup-dotnet@v5.0.1
+ uses: actions/setup-dotnet@v5.1.0
37
38
dotnet-version: 8.0.x
39
- name: Setup Azure Functions Core Tools - Windows
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
- name: Build
0 commit comments