Skip to content

Commit

Permalink
chore(build): Update build actions setup-dotnet and checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jafin committed Jun 18, 2024
1 parent c0ca0e8 commit e6257f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#fetch depth 0 or gitversion breaks since it can't obtain the required tags etc.
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
Expand Down

0 comments on commit e6257f2

Please sign in to comment.