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 ae93fc9 commit 170e2b7Copy full SHA for 170e2b7
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
sudo apt-get install azure-functions-core-tools-4
48
49
- name: Install .NET SDK (global.json)
50
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
51
with:
52
global-json-file: ${{ matrix.os == 'ubuntu-latest' && './global.json' || '.\global.json' }}
53
dotnet-version: |
0 commit comments