Skip to content

Commit f5d9748

Browse files
chore(deps): bump actions/setup-dotnet from 3 to 4 in /.github/workflows (aws#943)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
1 parent 785481c commit f5d9748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
dafny-version: 4.2.0
4646

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

0 commit comments

Comments
 (0)