File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Clone repository
25- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
2727 - name : Install npm dependencies
2828 run : npm ci
Original file line number Diff line number Diff line change 3535 env :
3636 GH_TOKEN : ${{ github.token }}
3737 PR_REF : ${{ github.event.inputs.pr || github.event.issue.number }}
38- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939 with :
4040 # Loading the default branch so we use the last version of the mailmap
4141 # rather than getting stuck to when the vote PR was open.
Original file line number Diff line number Diff line change 2525 repository-projects : read
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929 # If the subject is still REPLACEME, that would mean it's a PR to modify
3030 # the sample file, not a PR initializing a vote.
3131 - run : ' ! grep -q "subject: REPLACEME" votes/initiateNewVote.yml'
5454 repository-projects : read
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858 with :
5959 fetch-depth : 2
6060 - name : Extract info from the pushed file
Original file line number Diff line number Diff line change 2121 run : |
2222 echo "plusOne=$((${{ github.event.pull_request.commits }} + 1))" >> $GITHUB_OUTPUT
2323 echo "minusOne=$((${{ github.event.pull_request.commits }} - 1))" >> $GITHUB_OUTPUT
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525 with :
2626 fetch-depth : ${{ steps.nb-of-commits.outputs.plusOne }}
2727 persist-credentials : false
You can’t perform that action at this time.
0 commit comments