Skip to content

Commit

Permalink
10.0 still seems to parse as 10 try quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Nov 7, 2024
1 parent d50b6a4 commit 6a1504e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0
dotnet-version: "10.0"
dotnet-quality: daily
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0
dotnet-version: "10.0"
dotnet-quality: daily
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6a1504e

Please sign in to comment.