Skip to content

Commit bdfa5f0

Browse files
committed
workflow update
1 parent 28a9611 commit bdfa5f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Setup .NET 8
22-
uses: actions/setup-dotnet@v1
22+
uses: actions/setup-dotnet@v3
2323
with:
2424
dotnet-version: 8.0.*
2525
- name: Install dependencies

.github/workflows/ci-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v3
5555
- name: Setup .NET 8
56-
uses: actions/setup-dotnet@v1
56+
uses: actions/setup-dotnet@v3
5757
with:
5858
dotnet-version: 8.0.*
5959
- name: Install dependencies
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 0
8181
- name: Setup .NET 8
82-
uses: actions/setup-dotnet@v1
82+
uses: actions/setup-dotnet@v3
8383
with:
8484
dotnet-version: 8.0.*
8585
- name: Install dependencies

0 commit comments

Comments
 (0)