Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,7 +35,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app

- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'

Expand DownExpand Up@@ -99,7 +99,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app

- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'

Expand DownExpand Up@@ -146,7 +146,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app

- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,7 +34,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
- name: Set up .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'
- name: Bootstrap local dependency feed (Windows)
Expand DownExpand Up@@ -89,7 +89,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
- name: Set up .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'
- name: Bootstrap local dependency feed (Windows)
Expand DownExpand Up@@ -131,7 +131,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
- name: Set up .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'
- name: Bootstrap local dependency feed
Expand DownExpand Up@@ -166,7 +166,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
- name: Set up .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.408'
- name: Bootstrap local dependency feed
Expand DownExpand Up@@ -235,7 +235,7 @@ jobs:
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v6
with: { dotnet-version: '8.0.408' }
- name: Bootstrap local dependency feed
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -83,7 +83,7 @@ jobs:
# Ensure .NET 8 SDK is present for the manual C# build.
- name: Set up .NET 8
if: matrix.language == 'csharp'
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ jobs:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
- name: Set up .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.x'
- name: Bootstrap local dependency feed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples-ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,7 +41,7 @@ jobs:
path: _deps/KeelMatrix.Telemetry/app

- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v6
with:
dotnet-version: "8.0.x"

Expand Down