Skip to content

Commit 2a53002

Browse files
Bump actions/setup-dotnet from 2 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6cbbc5 commit 2a53002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222

2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@v2
24+
uses: actions/setup-dotnet@v5
2525
with:
2626
global-json-file: global.json
2727

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v2
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
global-json-file: global.json
4848

@@ -108,7 +108,7 @@ jobs:
108108
echo "PR_SHA=$(echo $prsha)" >> $GITHUB_ENV
109109
110110
- name: Setup .NET
111-
uses: actions/setup-dotnet@v2
111+
uses: actions/setup-dotnet@v5
112112
with:
113113
global-json-file: global.json
114114

0 commit comments

Comments
 (0)