File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Check out code
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
35
35
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Check out code
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
with :
73
73
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
74
74
@@ -107,7 +107,7 @@ jobs:
107
107
runs-on : ubuntu-latest
108
108
steps :
109
109
- name : Check out code
110
- uses : actions/checkout@v3
110
+ uses : actions/checkout@v4
111
111
with :
112
112
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
113
113
@@ -146,7 +146,7 @@ jobs:
146
146
runs-on : ubuntu-latest
147
147
steps :
148
148
- name : Check out code
149
- uses : actions/checkout@v3
149
+ uses : actions/checkout@v4
150
150
with :
151
151
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
152
152
@@ -185,7 +185,7 @@ jobs:
185
185
runs-on : ubuntu-latest
186
186
steps :
187
187
- name : Check out code
188
- uses : actions/checkout@v3
188
+ uses : actions/checkout@v4
189
189
with :
190
190
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
191
191
You can’t perform that action at this time.
0 commit comments