Skip to content

Commit 7adb670

Browse files
committed
Update checkout and setup-dotnet actions to v4
1 parent b529d36 commit 7adb670

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
build-and-test:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636

3737
- name: Setup .NET Core
38-
uses: actions/setup-dotnet@v3
38+
uses: actions/setup-dotnet@v4
3939
with:
4040
dotnet-version: |
4141
6.x
@@ -52,12 +52,12 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs: build-and-test
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858

5959
- name: Setup .NET Core
60-
uses: actions/setup-dotnet@v3
60+
uses: actions/setup-dotnet@v4
6161
with:
6262
dotnet-version: |
6363
6.x

0 commit comments

Comments
 (0)