Skip to content

Commit 468c16c

Browse files
chore(deps): bump actions/setup-dotnet from 3 to 4 in /.github/workflows
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3117b0c commit 468c16c

8 files changed

+12
-12
lines changed

.github/workflows/dafny_interop_test_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Setup .NET Core SDK 6
59-
uses: actions/setup-dotnet@v3
59+
uses: actions/setup-dotnet@v4
6060
with:
6161
dotnet-version: '6.0.x'
6262

.github/workflows/dafny_interop_test_vector_net.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Setup .NET Core SDK 6
58-
uses: actions/setup-dotnet@v3
58+
uses: actions/setup-dotnet@v4
5959
with:
6060
dotnet-version: '6.0.x'
6161

@@ -165,7 +165,7 @@ jobs:
165165
fetch-depth: 0
166166

167167
- name: Setup .NET Core SDK 6
168-
uses: actions/setup-dotnet@v3
168+
uses: actions/setup-dotnet@v4
169169
with:
170170
dotnet-version: '6.0.x'
171171

.github/workflows/library_codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dafny-version: ${{ inputs.dafny }}
4949

5050
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
51-
uses: actions/setup-dotnet@v3
51+
uses: actions/setup-dotnet@v4
5252
with:
5353
dotnet-version: ${{ matrix.dotnet-version }}
5454

.github/workflows/library_dafny_verification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# dafny-reportgenerator requires next6
4242
# but only 7.0 is installed on macos-13-large
4343
- name: Setup .NET Core SDK '6.0.x'
44-
uses: actions/setup-dotnet@v3
44+
uses: actions/setup-dotnet@v4
4545
with:
4646
dotnet-version: "6.0.x"
4747

.github/workflows/library_interop_test_vectors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Set up runtimes
5656
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
5757
if: matrix.language == 'net'
58-
uses: actions/setup-dotnet@v3
58+
uses: actions/setup-dotnet@v4
5959
with:
6060
dotnet-version: ${{ matrix.dotnet-version }}
6161

@@ -208,7 +208,7 @@ jobs:
208208
# Set up runtimes
209209
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
210210
if: matrix.decrypting_language == 'net'
211-
uses: actions/setup-dotnet@v3
211+
uses: actions/setup-dotnet@v4
212212
with:
213213
dotnet-version: ${{ matrix.dotnet-version }}
214214

.github/workflows/library_interop_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
role-session-name: NetTests
5656

5757
- name: Setup .NET Core SDK 6
58-
uses: actions/setup-dotnet@v3
58+
uses: actions/setup-dotnet@v4
5959
with:
6060
dotnet-version: '6.0.x'
6161

@@ -153,7 +153,7 @@ jobs:
153153
role-session-name: NetTests
154154

155155
- name: Setup .NET Core SDK 6
156-
uses: actions/setup-dotnet@v3
156+
uses: actions/setup-dotnet@v4
157157
with:
158158
dotnet-version: '6.0.x'
159159

.github/workflows/library_legacy_interop_test_vectors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Set up runtimes
6262
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
6363
if: matrix.language == 'net'
64-
uses: actions/setup-dotnet@v3
64+
uses: actions/setup-dotnet@v4
6565
with:
6666
dotnet-version: ${{ matrix.dotnet-version }}
6767

.github/workflows/library_net_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
role-session-name: NetTests
6363

6464
- name: Setup .NET Core SDK 6
65-
uses: actions/setup-dotnet@v3
65+
uses: actions/setup-dotnet@v4
6666
with:
6767
dotnet-version: '6.0.x'
6868

@@ -168,7 +168,7 @@ jobs:
168168
role-session-name: NetTestVectors
169169

170170
- name: Setup .NET Core SDK 6
171-
uses: actions/setup-dotnet@v3
171+
uses: actions/setup-dotnet@v4
172172
with:
173173
dotnet-version: '6.0.x'
174174

0 commit comments

Comments
 (0)