Skip to content

Commit

Permalink
ci: bump actions/setup-dotnet to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 17, 2024
1 parent b948bbe commit f333671
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_coinor_off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: swig -version
# Install .NET SDKs
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Check dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo apt install -y swig
swig -version
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Check dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_scip_off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: swig -version
# Install .NET SDKs
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Check dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_cmake_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
brew install swig
swig -version
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Check dotnet
Expand Down

0 comments on commit f333671

Please sign in to comment.