Skip to content

Commit 6c179a8

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#1067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70a1ad6 commit 6c179a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Check out the code
7878
uses: actions/checkout@v5
7979
- name: Setup .NET
80-
uses: actions/setup-dotnet@v4
80+
uses: actions/setup-dotnet@v5
8181
with:
8282
dotnet-version: 9.x
8383
- name: Restore dependencies

0 commit comments

Comments
 (0)