Skip to content

Commit

Permalink
Further syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 22, 2024
1 parent 7278290 commit 3b0a691
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
echo "CLIENT_ID=${{secrets.CLIENT_ID}}" >> $GITHUB_ENV
- name: Setup .NET 2.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.x.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.x.x
- name: Setup .NET 3.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.x.x
- name: Setup .NET 5.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x.x
- name: Setup .NET 6.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x.x
- name: Setup .NET 7.x
Expand Down

0 comments on commit 3b0a691

Please sign in to comment.