Skip to content

Commit

Permalink
ci: use prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas authored May 30, 2022
1 parent afe482f commit 1a92b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
git merge origin/master --allow-unrelated-histories
# Setup .NET Core SDK
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: 7.0.x
include-prerelease: true
# Run update depencies script
- name: Update dependencies
run: ./update-dependencies.ps1
Expand Down

0 comments on commit 1a92b22

Please sign in to comment.