File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
if : " !contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
9
9
steps :
10
10
- name : Checkout the collection repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
ref : ${{ github.event.pull_request.head.sha }}
14
14
fetch-depth : " 0"
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout the repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : " 0"
27
27
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout the repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
ref : ${{ inputs.branch_name }}
36
36
token : ${{ secrets.gh_token }}
Original file line number Diff line number Diff line change 12
12
GITHUB_TOKEN : ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
13
13
steps :
14
14
- name : Checkout the repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Check if the PR author is a collaborator
18
18
id : authorization
Original file line number Diff line number Diff line change 7
7
name : Runs code linting tests
8
8
steps :
9
9
- name : Code checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
12
12
- name : Code linting
13
13
uses : ansible-network/github_actions/.github/actions/tox@main
Original file line number Diff line number Diff line change 18
18
name : Run Tox based code tests
19
19
steps :
20
20
- name : Code checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Run tests
24
24
uses : ansible-network/github_actions/.github/actions/tox@main
You can’t perform that action at this time.
0 commit comments