Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala authored Feb 17, 2025
1 parent ce7e5bf commit 4b999f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.2

- name: Setup .NET 9
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: 9.x

Expand Down

0 comments on commit 4b999f0

Please sign in to comment.