Skip to content

Commit 0f6a3e7

Browse files
Bump actions/setup-dotnet from 4.3.0 to 4.3.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@3951f0d...67a3573) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 087130c commit 0f6a3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get install azure-functions-core-tools-4
4343
4444
- name: Install .NET SDK (global.json)
45-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
45+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4646
with:
4747
global-json-file: ${{ matrix.os == 'ubuntu-latest' && './global.json' || '.\global.json' }}
4848
dotnet-version: |

0 commit comments

Comments
 (0)