Skip to content

Commit bf7c5b8

Browse files
authored
Merge pull request #8 from escendit/dependabot/github_actions/actions/setup-dotnet-4
chore(deps): Bump actions/setup-dotnet from 3 to 4
2 parents d67d12b + 9e8b9b6 commit bf7c5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: '0'
2626
- name: Setup .NET Core SDK
27-
uses: actions/setup-dotnet@v3
27+
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: |
3030
9.x

0 commit comments

Comments
 (0)