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
@@ -158,7 +158,7 @@ jobs:
158
158
contents : read
159
159
steps :
160
160
- name : Git checkout
161
- uses : actions/checkout@v3
161
+ uses : actions/checkout@v4
162
162
- name : Setup .NET
163
163
uses : actions/setup-dotnet@v3
164
164
with :
@@ -209,7 +209,7 @@ jobs:
209
209
contents : read
210
210
steps :
211
211
- name : Git checkout
212
- uses : actions/checkout@v3
212
+ uses : actions/checkout@v4
213
213
with :
214
214
fetch-depth : 2
215
215
- 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