File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-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@v3
32+ uses : actions/checkout@v4
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@v3
66+ uses : actions/checkout@v4
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@v3
100+ uses : actions/checkout@v4
101101 with :
102102 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
103103
@@ -131,7 +131,9 @@ jobs:
131131 runs-on : ubuntu-latest
132132 steps :
133133 - name : Check out code
134- uses : actions/checkout@v3
134+ uses : actions/checkout@v4
135+ with :
136+ ref : " ${{ github.event.pull_request.merge_commit_sha }}"
135137
136138 - name : Install dependencies
137139 run : npm ci
@@ -163,7 +165,7 @@ jobs:
163165 runs-on : ubuntu-latest
164166 steps :
165167 - name : Check out code
166- uses : actions/checkout@v3
168+ uses : actions/checkout@v4
167169 with :
168170 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
169171
You can’t perform that action at this time.
0 commit comments