Skip to content

Commit

Permalink
task: updated build to support latest task version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Nov 8, 2023
1 parent 3f01ad7 commit 93645cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1

- name: Get Build Version
run: |
Expand All @@ -30,13 +30,13 @@ jobs:
shell: pwsh

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v1.2.0

- name: Restore dependencies
run: nuget restore $SOLUTION

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.x

Expand Down

0 comments on commit 93645cb

Please sign in to comment.