Skip to content

Commit 8249b1f

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c270ec commit 8249b1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dotnet-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# setup .NET
3131
- name: Setup .NET Core SDK 9
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 9.0.x
3535

@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: '0'
5757
- name: Setup .NET Core SDK 9
58-
uses: actions/setup-dotnet@v4
58+
uses: actions/setup-dotnet@v5
5959
with:
6060
dotnet-version: 9.0.x
6161
- name: Build

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-path: docs
3030
# setup .NET to build markdown files
3131
- name: Setup .NET Core SDK 9
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 9.0.x
3535
- name: Build packet diagrams

.github/workflows/gh-pages-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache-dependency-path: docs
2929
# setup .NET to build markdown files
3030
- name: Setup .NET Core SDK 9
31-
uses: actions/setup-dotnet@v4
31+
uses: actions/setup-dotnet@v5
3232
with:
3333
dotnet-version: 9.0.x
3434
- name: Build packet diagrams

0 commit comments

Comments
 (0)