Skip to content

Commit

Permalink
actions/setup-dotnet のバージョンを v4 へ引き上げ
Browse files Browse the repository at this point in the history
  • Loading branch information
kharada7 committed Jan 26, 2024
1 parent 7f48931 commit c1c3647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/samples-console-app-with-di.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 1

- name: .NET SDK のセットアップ
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples-dressca-backend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 1

- name: .NET SDK のセットアップ
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.*'

Expand Down

0 comments on commit c1c3647

Please sign in to comment.