From e6257f29c4327dd89737173c79050f90cdf94287 Mon Sep 17 00:00:00 2001 From: Jason Finch Date: Wed, 19 Jun 2024 08:40:06 +1000 Subject: [PATCH] chore(build): Update build actions setup-dotnet and checkout to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c91a00c..03d7421 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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