Skip to content

Commit

Permalink
ci: update nuget action
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHRaM committed Oct 22, 2024
1 parent 37f63f1 commit bc20f0c
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 @@ -10,8 +10,8 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- run: |
Expand Down

0 comments on commit bc20f0c

Please sign in to comment.