Skip to content

Commit 6548c8c

Browse files
Bump actions/setup-dotnet from 1 to 3 (#242)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a69af3 commit 6548c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ConvertGuidelinesXmlToMarkdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "${{ steps.diff.outputs.name }}"
3636
3737
- name: Setup .NET Core
38-
uses: actions/setup-dotnet@v1
38+
uses: actions/setup-dotnet@v3
3939
with:
4040
dotnet-version: |
4141
5.0.x

.github/workflows/manuallyRunXmlToMD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ secrets.CI_PAT }}
2626

2727
- name: Setup .NET Core
28-
uses: actions/setup-dotnet@v1
28+
uses: actions/setup-dotnet@v3
2929
with:
3030
dotnet-version: 5.0.201
3131

0 commit comments

Comments
 (0)