Skip to content

Commit 04cec6d

Browse files
Update actions/setup-dotnet action to v4 (#3479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Frédéric Delaporte <[email protected]>
1 parent e444856 commit 04cec6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GenerateAsyncCode.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: 6.0.x
2525

.github/workflows/NetCoreTests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ${{matrix.DB_INIT}}
5050
- uses: actions/checkout@v4
5151
- name: Setup .NET
52-
uses: actions/setup-dotnet@v3
52+
uses: actions/setup-dotnet@v4
5353
with:
5454
dotnet-version: 6.0.x
5555

0 commit comments

Comments
 (0)