Skip to content

Commit 0d51bed

Browse files
Merge pull request #180 from microsoft/dependabot/github_actions/dependabotchanges/actions/setup-dotnet-4
build: bump actions/setup-dotnet from 3 to 4
2 parents 598ddfe + 64001c8 commit 0d51bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Installing DotNet version
5353
- uses: actions/checkout@v4
5454
- name: Setup dotnet ${{ matrix.dotnet-version }}
55-
uses: actions/setup-dotnet@v3
55+
uses: actions/setup-dotnet@v4
5656
with:
5757
dotnet-version: ${{ matrix.dotnet-version }}
5858
# You can test your matrix by printing the current dotnet version

0 commit comments

Comments
 (0)