Skip to content

Commit

Permalink
fix github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Nov 13, 2024
1 parent d3b3c24 commit e60e93d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 'latest' # Automatically picks the latest available .NET SDK

- name: Install Invoke-Build
shell: powershell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pwsh7_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 'latest' # Automatically picks the latest available .NET SDK

- name: Setup Powershell - Unix
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pwsh_lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 'latest' # Automatically picks the latest available .NET SDK

- name: Setup Powershell - Unix
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pwsh_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 'latest' # Automatically picks the latest available .NET SDK

- name: Setup Powershell - Unix
shell: pwsh
Expand Down

0 comments on commit e60e93d

Please sign in to comment.