File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
14+ with :
15+ ref : ${{ github.event.pull_request.head.sha }}
1416
1517 - name : install
1618 run : npm ci
2527 runs-on : ubuntu-latest
2628 steps :
2729 - name : Checkout
28- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
31+ with :
32+ ref : ${{ github.event.pull_request.head.sha }}
2933
3034 - name : install
3135 run : npm ci
3741 runs-on : ubuntu-20.04
3842 steps :
3943 - name : Checkout
40- uses : actions/checkout@v3
44+ uses : actions/checkout@v4
45+ with :
46+ ref : ${{ github.event.pull_request.head.sha }}
4147
4248 - name : install
4349 run : npm ci
4955 runs-on : ubuntu-latest
5056 steps :
5157 - name : Checkout
52- uses : actions/checkout@v3
58+ uses : actions/checkout@v4
59+ with :
60+ ref : ${{ github.event.pull_request.head.sha }}
5361
5462 - name : install
5563 run : npm ci
You can’t perform that action at this time.
0 commit comments