Skip to content

Commit

Permalink
fix node 16 warning for yaml build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeaton committed Mar 9, 2024
1 parent 63eca10 commit ec2d6f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0 # fetch full history for GitVersion

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: xt0rted/setup-dotnet@v1.5.0
with:
dotnet-version: 6.0.x

- name: setup-msbuild
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Fetch nuget dependecies
run: nuget restore "${{env.SOLUTION_FILE_PATH}}"
Expand Down

0 comments on commit ec2d6f7

Please sign in to comment.