Skip to content

Commit

Permalink
Build: Update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Oct 19, 2024
1 parent f672667 commit b4ca0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4ca0e6

Please sign in to comment.