Skip to content

Commit

Permalink
Updated action versions to match the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
likp committed May 2, 2024
1 parent 12748a7 commit 52c8f22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
jobs:
release:

runs-on: windows-2019
runs-on: windows-2022

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: microsoft/setup-msbuild@v1
- uses: microsoft/setup-msbuild@v2

- uses: NuGet/setup-nuget@v1
- uses: NuGet/setup-nuget@v2

- name: Restore NuGet packages
run: nuget restore
Expand Down

0 comments on commit 52c8f22

Please sign in to comment.