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 70
70
psql --version
71
71
Write-Host "Active .NET SDK: $(dotnet --version)"
72
72
- name : Git checkout
73
- uses : actions/checkout@v3
73
+ uses : actions/checkout@v4
74
74
- name : Restore tools
75
75
run : |
76
76
dotnet tool restore
@@ -161,7 +161,7 @@ jobs:
161
161
contents : read
162
162
steps :
163
163
- name : Git checkout
164
- uses : actions/checkout@v3
164
+ uses : actions/checkout@v4
165
165
- name : Setup .NET
166
166
uses : actions/setup-dotnet@v3
167
167
with :
@@ -212,7 +212,7 @@ jobs:
212
212
contents : read
213
213
steps :
214
214
- name : Git checkout
215
- uses : actions/checkout@v3
215
+ uses : actions/checkout@v4
216
216
with :
217
217
fetch-depth : 2
218
218
- 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