File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 47
47
app-id : ${{ secrets.BOT_APP_ID }}
48
48
private-key : ${{ secrets.BOT_APP_KEY }}
49
49
- name : Checkout parent repository
50
- uses : actions/checkout@v4
50
+ uses : actions/checkout@v5
51
51
- name : Install Python 3.12
52
52
uses : actions/setup-python@v5
53
53
with :
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
private-key : ${{ secrets.BOT_APP_KEY }} # From github-bot environment
38
38
39
39
- name : Check out this repo src
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
token : ${{ steps.create_token.outputs.token }}
43
43
44
44
- name : Check out ansible-build-data
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
with :
47
47
repository : ansible-community/ansible-build-data
48
48
ref : ${{ inputs.ansible-build-data-branch }}
Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Checkout Ansible documentation
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
repository : >-
46
46
${{
Original file line number Diff line number Diff line change 81
81
echo "ENV_URL=${TEST_URL}" >> "${GITHUB_ENV}"
82
82
83
83
- name : Checkout the deploy directory
84
- uses : actions/checkout@v4
84
+ uses : actions/checkout@v5
85
85
with :
86
86
repository : ${{ env.DEST_REPO }}
87
87
ref : ${{ env.BRANCH }}
Original file line number Diff line number Diff line change 37
37
name : " Run nox ${{ matrix.session }} session"
38
38
steps :
39
39
- name : Check out repo
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
- name : Setup nox
42
42
43
43
with :
Original file line number Diff line number Diff line change 47
47
app-id : ${{ secrets.BOT_APP_ID }}
48
48
private-key : ${{ secrets.BOT_APP_KEY }}
49
49
- name : Check out repo
50
- uses : actions/checkout@v4
50
+ uses : actions/checkout@v5
51
51
with :
52
52
fetch-depth : 0
53
53
ref : " ${{ inputs.base-branch }}"
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
app-id : ${{ secrets.BOT_APP_ID }}
26
26
private-key : ${{ secrets.BOT_APP_KEY }}
27
27
- name : Check out us
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
path : ansible-documentation
31
31
fetch-depth : 0
32
32
token : " ${{ steps.create_token.outputs.token }}"
33
33
- name : Check out core
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
repository : ansible/ansible
37
37
path : ansible
You can’t perform that action at this time.
0 commit comments