File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 contents : read
1313 steps :
1414 - name : Checkout action
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 persist-credentials : false
1818 - name : Setup the Node runtime for this project
Original file line number Diff line number Diff line change 1414 contents : write
1515 steps :
1616 - name : Checkout the current code
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : true
Original file line number Diff line number Diff line change 1515 checks : write
1616 steps :
1717 - name : " build: checkout the latest changes"
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 persist-credentials : false
2121 ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments