Skip to content

Commit

Permalink
fix .net sdk now that net8 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotibou committed Nov 29, 2023
1 parent 196e717 commit 8ec2b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_label_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100-rc.2.23502.2'
dotnet-version: '7.0.101'

- name: "Add labels"
run: ./github-actions-helpers/build.sh AssignLabelsToPullRequest
Expand Down

0 comments on commit 8ec2b71

Please sign in to comment.