Skip to content

Commit

Permalink
Update Github checkout/dotnet actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Aug 18, 2024
1 parent 16b0164 commit d626926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .Net
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: "./global.json"
- run: ./fake build --target Pack
Expand Down

0 comments on commit d626926

Please sign in to comment.