Skip to content

Commit

Permalink
Update to latest actions.
Browse files Browse the repository at this point in the history
The older Node actions have been deprecated and won't run in the latest runners. This updates the action versions to the latest.
  • Loading branch information
tillig authored Nov 16, 2022
2 parents 78f4d2b + ec8966e commit ac8bc43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Publish to Nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v3

- name: Install .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.401

Expand Down

0 comments on commit ac8bc43

Please sign in to comment.