Skip to content

Commit 0a805c1

Browse files
committed
update
1 parent 078e26d commit 0a805c1

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
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup .NET
8686
uses: actions/setup-dotnet@v5
8787
with:
88-
dotnet-version: '8.0'
88+
dotnet-version: 8.0.x
8989

9090
- name: Build and push Docker image
9191
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)