Skip to content

Commit 18944b3

Browse files
Update GH actions
1 parent bde0220 commit 18944b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macos-latest]
11-
dotnet: [5.0.100]
11+
dotnet: [5.0.102]
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [windows-latest, macos-latest, ubuntu-latest]
11-
dotnet: [5.0.100]
11+
dotnet: [5.0.102]
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 5.0.100
18+
dotnet-version: 5.0.102
1919
- name: Restore tools
2020
run: dotnet tool restore
2121
- name: Restore dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest]
14-
dotnet: [5.0.100]
14+
dotnet: [5.0.102]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:

0 commit comments

Comments
 (0)