Skip to content

Commit 8cf0f25

Browse files
committed
update
1 parent f42519e commit 8cf0f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup .NET
9090
uses: actions/setup-dotnet@v5
9191
with:
92-
dotnet-version: '8.0'
92+
dotnet-version: 8.0.x
9393

9494
- name: Build and push Docker image
9595
run: |

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup dotnet
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: '8.*'
19+
dotnet-version: 8.0.x
2020

2121
- name: build
2222
run: dotnet build

0 commit comments

Comments
 (0)