Skip to content

Commit 9f4df9f

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: recursive
3434

3535
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: ${{ matrix.dotnet-version }}
3939

.github/workflows/ci_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
submodules: recursive
5656

5757
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
58-
uses: actions/setup-dotnet@v3
58+
uses: actions/setup-dotnet@v4
5959
with:
6060
dotnet-version: ${{ matrix.dotnet-version }}
6161

.github/workflows/ci_test_vector_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
dafny-version: '4.2.0'
4545

4646
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
47-
uses: actions/setup-dotnet@v3
47+
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: ${{ matrix.dotnet-version }}
5050

0 commit comments

Comments
 (0)