Skip to content

Commit d89eb83

Browse files
Update actions/setup-dotnet action to v5
1 parent 2458874 commit d89eb83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: 22.x
5959

6060
- name: Setup DotNet
61-
uses: actions/setup-dotnet@v4
61+
uses: actions/setup-dotnet@v5
6262
with:
6363
dotnet-version: 6.x
6464

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
registry-url: ${{env.NPM_REGISTRY_URL}}
117117

118118
- name: Setup DotNet
119-
uses: actions/setup-dotnet@v4
119+
uses: actions/setup-dotnet@v5
120120
with:
121121
dotnet-version: ${{matrix.dotnetverson}}
122122

0 commit comments

Comments
 (0)