Skip to content

Commit

Permalink
Use newer setup-dotnet action.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Feb 21, 2024
1 parent c48af9c commit affa4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: composite
steps:
- name: Setup dotnet build tools
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/release-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Setup dotnet build tools
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0

Expand Down

0 comments on commit affa4ac

Please sign in to comment.