Skip to content

Commit 45fa6f3

Browse files
committed
Update to newest COGS release
1 parent bbc358c commit 45fa6f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Install .NET 9
17+
- name: Install .NET 10
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: '9.0.x'
20+
dotnet-version: '10.0.x'
2121

2222
- name: Install cogs dotnet tool
23-
run: dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
23+
run: dotnet tool install --global cogs
2424

2525
- name: Set up python
2626
uses: actions/setup-python@v5

.github/workflows/ci-push-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20-
- name: Install .NET 9
20+
- name: Install .NET 10
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: '9.0.x'
23+
dotnet-version: '10.0.x'
2424

2525
- name: Install cogs dotnet tool
26-
run: dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
26+
run: dotnet tool install --global cogs
2727

2828
- name: Set up python
2929
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)