Skip to content

Commit 3596868

Browse files
Update actions/setup-dotnet action to v5 (#7807)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 4f55e38 commit 3596868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git config user.email "85681268+internalautomation[bot]@users.noreply.github.com"
3131
git config user.name "internalautomation[bot]"
32-
- uses: actions/setup-dotnet@v4
32+
- uses: actions/setup-dotnet@v5
3333
with:
3434
global-json-file: global.json
3535
dotnet-version: 9.0

0 commit comments

Comments
 (0)