Skip to content

Commit 5670a40

Browse files
chore(deps): Bump actions/setup-dotnet from 4 to 5 (#74)
1 parent c8ae3dd commit 5670a40

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: smorimoto/tune-github-hosted-runner-network@v1
2323
- uses: actions/checkout@v5
2424
- name: Setup dotnet
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: "8.x"
2828
- name: Install dependencies
@@ -38,7 +38,7 @@ jobs:
3838
uses: smorimoto/tune-github-hosted-runner-network@v1
3939
- uses: actions/checkout@v5
4040
- name: Setup dotnet
41-
uses: actions/setup-dotnet@v4
41+
uses: actions/setup-dotnet@v5
4242
with:
4343
dotnet-version: "8.x"
4444
- name: Install dependencies

.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/publish_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v5
3838

3939
- name: Dotnet Setup
40-
uses: actions/setup-dotnet@v4
40+
uses: actions/setup-dotnet@v5
4141
with:
4242
dotnet-version: 8.x
4343

.github/workflows/publish_nuget_pkg.yaml

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

2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v4
27+
uses: actions/setup-dotnet@v5
2828

2929
- name: Restore dependencies
3030
run: dotnet restore

0 commit comments

Comments
 (0)