Skip to content

Commit 1431951

Browse files
chore(deps): Bump actions/setup-dotnet from 4 to 5 (#151)
1 parent 446e188 commit 1431951

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docfx-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./scripts/patch-readme.sh README.md ${{ env.GH_PAGES_URL }}
3737

3838
- name: Dotnet Setup
39-
uses: actions/setup-dotnet@v4
39+
uses: actions/setup-dotnet@v5
4040
with:
4141
dotnet-version: 8.x
4242

.github/workflows/manual_publish_nuget_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Get all history for automatic versioning
2424

2525
- name: Setup dotnet
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: "8.0.x"
2929

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: smorimoto/tune-github-hosted-runner-network@v1
3636
- uses: actions/checkout@v5
3737
- name: Setup dotnet
38-
uses: actions/setup-dotnet@v4
38+
uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: "8.0.x"
4141
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
5353
uses: smorimoto/tune-github-hosted-runner-network@v1
5454
- uses: actions/checkout@v5
5555
- name: Setup dotnet
56-
uses: actions/setup-dotnet@v4
56+
uses: actions/setup-dotnet@v5
5757
with:
5858
dotnet-version: "8.0.x"
5959
- name: Install dependencies

0 commit comments

Comments
 (0)