File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 psql --version
7171 Write-Host "Active .NET SDK: $(dotnet --version)"
7272 - name : Git checkout
73- uses : actions/checkout@v3
73+ uses : actions/checkout@v4
7474 - name : Restore tools
7575 run : |
7676 dotnet tool restore
@@ -161,7 +161,7 @@ jobs:
161161 contents : read
162162 steps :
163163 - name : Git checkout
164- uses : actions/checkout@v3
164+ uses : actions/checkout@v4
165165 - name : Setup .NET
166166 uses : actions/setup-dotnet@v3
167167 with :
@@ -212,7 +212,7 @@ jobs:
212212 contents : read
213213 steps :
214214 - name : Git checkout
215- uses : actions/checkout@v3
215+ uses : actions/checkout@v4
216216 with :
217217 fetch-depth : 2
218218 - name : Setup .NET
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 checks : write
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2323 fetch-depth : 0 # a full history is required for pull request analysis
You can’t perform that action at this time.
0 commit comments