Skip to content

Commit

Permalink
Uses setup-dotnet@v4 when running the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Apr 26, 2024
1 parent e438e3d commit a3a2aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: '20'
- name: Install the .NET 6 SDK
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Run a specific Cake script
Expand Down

0 comments on commit a3a2aa3

Please sign in to comment.