We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785481c commit f5d9748Copy full SHA for f5d9748
.github/workflows/ci_codegen.yml
@@ -45,7 +45,7 @@ jobs:
45
dafny-version: 4.2.0
46
47
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
48
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
49
with:
50
dotnet-version: ${{ matrix.dotnet-version }}
51
0 commit comments