Skip to content

Commit

Permalink
CI: Upgrade actions/setup-dotnet to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 15, 2024
1 parent a507f4f commit 91156de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: apk add bash font-noto --update-cache
- name: Setup dotnet (macOS 12, Windows 2022)
if: runner.os != 'Linux'
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Checkout
Expand Down

0 comments on commit 91156de

Please sign in to comment.