Skip to content

Commit

Permalink
Update .NET actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Sep 5, 2023
1 parent 99146e5 commit 333a011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout!
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0'
- name: Setup .NET 7
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0'
- name: Build and run tests.
Expand Down

0 comments on commit 333a011

Please sign in to comment.