File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 if : " !contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
99 steps :
1010 - name : Checkout the collection repository
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 with :
1313 ref : ${{ github.event.pull_request.head.sha }}
1414 fetch-depth : " 0"
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout the repository
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525 with :
2626 fetch-depth : " 0"
2727
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout the repository
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 with :
3535 ref : ${{ inputs.branch_name }}
3636 token : ${{ secrets.gh_token }}
Original file line number Diff line number Diff line change 1212 GITHUB_TOKEN : ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Check if the PR author is a collaborator
1818 id : authorization
Original file line number Diff line number Diff line change 77 name : Runs code linting tests
88 steps :
99 - name : Code checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111
1212 - name : Code linting
1313 uses : ansible-network/github_actions/.github/actions/tox@main
You can’t perform that action at this time.
0 commit comments