File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
psql --version
70
70
Write-Host "Active .NET SDK: $(dotnet --version)"
71
71
- name : Git checkout
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
- name : Restore tools
74
74
run : |
75
75
dotnet tool restore
@@ -160,7 +160,7 @@ jobs:
160
160
contents : read
161
161
steps :
162
162
- name : Git checkout
163
- uses : actions/checkout@v3
163
+ uses : actions/checkout@v4
164
164
- name : Setup .NET
165
165
uses : actions/setup-dotnet@v3
166
166
with :
@@ -211,7 +211,7 @@ jobs:
211
211
contents : read
212
212
steps :
213
213
- name : Git checkout
214
- uses : actions/checkout@v3
214
+ uses : actions/checkout@v4
215
215
with :
216
216
fetch-depth : 2
217
217
- name : Setup .NET
Original file line number Diff line number Diff line change 17
17
pull-requests : write
18
18
checks : write
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
23
23
fetch-depth : 0 # a full history is required for pull request analysis
You can’t perform that action at this time.
0 commit comments