Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Sep 5, 2023
1 parent 45b2c9a commit b28e1cd
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 @@ -14,7 +14,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.0.0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
path: nupkgs
- name: Clean up
run: rm -r -force nupkgs


0 comments on commit b28e1cd

Please sign in to comment.