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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
18+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1616 node-version : [18.x, 20.x]
1717
1818 steps :
19- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
19+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020 - name : Use Node.js ${{ matrix.node-version }}
2121 uses : actions/setup-node@v4
2222 with :
3434 needs : [build]
3535
3636 steps :
37- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
37+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3838 - name : Use Node.js ${{ matrix.node-version }}
3939 uses : actions/setup-node@v4
4040 with :
You can’t perform that action at this time.
0 commit comments