Skip to content

Commit 695723e

Browse files
dependabot[bot]collinbarrett
authored andcommitted
chore(deps): bump actions/setup-dotnet from 5 to 6
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd16849 commit 695723e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v7
3434

3535
- name: Setup .NET
36-
uses: actions/setup-dotnet@v5
36+
uses: actions/setup-dotnet@v6
3737
with:
3838
global-json-file: global.json
3939

.github/workflows/directory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v7
4141

4242
- name: Setup .NET
43-
uses: actions/setup-dotnet@v5
43+
uses: actions/setup-dotnet@v6
4444
with:
4545
global-json-file: global.json
4646

0 commit comments

Comments
 (0)