Skip to content

Commit cd2c842

Browse files
chore(deps): update actions/setup-dotnet action to v5
1 parent bdfae79 commit cd2c842

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6
12-
- uses: actions/setup-dotnet@v4
12+
- uses: actions/setup-dotnet@v5
1313
with:
1414
dotnet-version: '9.0.x'
1515
- run: ./build.cmd Test

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: '9.0.x'
2828

0 commit comments

Comments
 (0)