Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Bump actions/setup-dotnet from 3 to 4 #62

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install dotnet SDK - ubuntu
if: ${{ matrix.os == 'ubuntu-22.04' }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Install iqsharp - ubuntu
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install dotnet SDK - mac os
if: ${{ matrix.os == 'macos-12' }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Install iqsharp - mac os
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Install dotnet SDK - windows
if: ${{ matrix.os == 'windows-2022' }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Install iqsharp - windows
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Install extension
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do pip install $w ; done
- name: Install dotnet SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Install iqsharp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pytket qsharp
run: pip install .
- name: Install dotnet SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Install iqsharp
Expand Down