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 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Check out code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v3
3333 with :
3434 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
3535
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Check out code
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v3
6767 with :
6868 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
6969
9797 runs-on : ubuntu-latest
9898 steps :
9999 - name : Check out code
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v3
101101 with :
102102 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
103103
@@ -131,7 +131,7 @@ jobs:
131131 runs-on : ubuntu-latest
132132 steps :
133133 - name : Check out code
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v3
135135 with :
136136 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
137137
@@ -165,7 +165,7 @@ jobs:
165165 runs-on : ubuntu-latest
166166 steps :
167167 - name : Check out code
168- uses : actions/checkout@v4
168+ uses : actions/checkout@v3
169169 with :
170170 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
171171
You can’t perform that action at this time.
0 commit comments