File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1616 node-version : [16.x, 18.x]
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2020 - name : Use Node.js ${{ matrix.node-version }}
2121 uses : actions/setup-node@v3
2222 with :
3434 needs : [build]
3535
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3838 - name : Use Node.js ${{ matrix.node-version }}
3939 uses : actions/setup-node@v3
4040 with :
You can’t perform that action at this time.
0 commit comments