File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Setup .NET
24- uses : actions/setup-dotnet@v3
24+ uses : actions/setup-dotnet@v4
2525 with :
2626 dotnet-version : |
2727 8.0.x
@@ -36,12 +36,12 @@ jobs:
3636 runs-on : windows-latest
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 fetch-depth : 0
4242
4343 - name : Setup .NET
44- uses : actions/setup-dotnet@v3
44+ uses : actions/setup-dotnet@v4
4545 with :
4646 dotnet-version : |
4747 8.0.x
@@ -60,10 +60,10 @@ jobs:
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v3
63+ uses : actions/checkout@v4
6464
6565 - name : Setup .NET
66- uses : actions/setup-dotnet@v3
66+ uses : actions/setup-dotnet@v4
6767 with :
6868 dotnet-version : 8.0.x
6969
You can’t perform that action at this time.
0 commit comments