Skip to content

Commit ad4d313

Browse files
small typo fix in image reference
1 parent 8ee1694 commit ad4d313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifact_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
acvts_validation:
2929
runs-on: ubuntu-latest
3030
# Is this an appropriate dotnet image?
31-
container: mcr.microsoft.com/dotnet/sdk:net6.0
31+
container: mcr.microsoft.com/dotnet/sdk:6.0
3232
steps:
3333
- name: Checkout code
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)