Skip to content

Commit

Permalink
Upgrade action in main.yml to no use deprecated environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fforjan authored Jun 4, 2024
1 parent b2b0480 commit 108e7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
os: windows-2019
config: release
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
# workaround for actions/setup-dotnet#155
Expand Down

0 comments on commit 108e7f9

Please sign in to comment.