Skip to content

Commit b1deeec

Browse files
Copilotxperiandri
andauthored
Update GitHub workflows to .NET SDK 10.0.300
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/15e8fbea-a112-4a8e-8d41-1959a307eb48 Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent a5ed7b9 commit b1deeec

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-dotnet@v5
3333
with:
3434
global-json-file: global.json
35-
dotnet-version: 10.x
35+
dotnet-version: 10.0.300
3636

3737
- name: Restore dependencies
3838
run: |

.github/workflows/publish-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1010
DOTNET_NOLOGO: true
11-
DOTNET_SDK_VERSION: 10.0.202
11+
DOTNET_SDK_VERSION: 10.0.300
1212

1313
jobs:
1414
publish:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1010
DOTNET_NOLOGO: true
1111
SLEEP_DURATION: 60
12-
DOTNET_SDK_VERSION: 10.0.202
12+
DOTNET_SDK_VERSION: 10.0.300
1313

1414
jobs:
1515
publish:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-22.04, windows-latest, macOS-latest]
24-
dotnet: [10.0.202]
24+
dotnet: [10.0.300]
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:

0 commit comments

Comments
 (0)