Skip to content

Commit 0ae4435

Browse files
committed
Wilcard minor version
1 parent 57f1bd0 commit 0ae4435

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup .NET
1111
uses: actions/[email protected]
1212
with:
13-
dotnet-version: '8.0.19'
13+
dotnet-version: '8.0.x'
1414
- name: Install tools
1515
run: dotnet tool restore
1616
- name: Build and Test

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/[email protected]
1414
with:
15-
dotnet-version: '8.0.19'
15+
dotnet-version: '8.0.x'
1616
- name: Setup Node.js environment
1717
uses: actions/[email protected]
1818
with:

0 commit comments

Comments
 (0)