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 087130c commit 0f6a3e7Copy full SHA for 0f6a3e7
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
sudo apt-get install azure-functions-core-tools-4
43
44
- name: Install .NET SDK (global.json)
45
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
46
with:
47
global-json-file: ${{ matrix.os == 'ubuntu-latest' && './global.json' || '.\global.json' }}
48
dotnet-version: |
0 commit comments