Skip to content

Commit c3b736e

Browse files
chore(deps): bump actions/setup-dotnet from 3 to 4 in /.github/workflows (#1191)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
1 parent becbd0a commit c3b736e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/library_dafny_verification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# dafny-reportgenerator requires next6
7474
# but only 7.0 is installed on macos-12-large
7575
- name: Setup .NET Core SDK '6.0.x'
76-
uses: actions/setup-dotnet@v3
76+
uses: actions/setup-dotnet@v4
7777
with:
7878
dotnet-version: "6.0.x"
7979

.github/workflows/test_vector_verification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# dafny-reportgenerator requires next6
6565
# but only 7.0 is installed on macos-12-large
6666
- name: Setup .NET Core SDK '6.0.x'
67-
uses: actions/setup-dotnet@v3
67+
uses: actions/setup-dotnet@v4
6868
with:
6969
dotnet-version: "6.0.x"
7070

0 commit comments

Comments
 (0)