Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed May 10, 2023
2 parents 1d64b89 + 1060037 commit 3489e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.100'
- name: Build
Expand Down

0 comments on commit 3489e48

Please sign in to comment.