From b4ca0e6f338dff3514a557704bdda842c78a6956 Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Sat, 19 Oct 2024 19:22:09 +0200 Subject: [PATCH] Build: Update checkout --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afdc446..0d54199 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build x64 run: dotnet build ./src/FileHashGenerator/FileHashGenerator.Presentation/ -c Release --no-self-contained /p:Platform=x64 - name: Build arm64