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 4747 app-id : ${{ secrets.BOT_APP_ID }}
4848 private-key : ${{ secrets.BOT_APP_KEY }}
4949 - name : Checkout parent repository
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151 - name : Install Python 3.12
5252 uses : actions/setup-python@v5
5353 with :
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 private-key : ${{ secrets.BOT_APP_KEY }} # From github-bot environment
3838
3939 - name : Check out this repo src
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 with :
4242 token : ${{ steps.create_token.outputs.token }}
4343
4444 - name : Check out ansible-build-data
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 repository : ansible-community/ansible-build-data
4848 ref : ${{ inputs.ansible-build-data-branch }}
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout Ansible documentation
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 repository : >-
4646 ${{
Original file line number Diff line number Diff line change 8181 echo "ENV_URL=${TEST_URL}" >> "${GITHUB_ENV}"
8282
8383 - name : Checkout the deploy directory
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v5
8585 with :
8686 repository : ${{ env.DEST_REPO }}
8787 ref : ${{ env.BRANCH }}
Original file line number Diff line number Diff line change 3737 name : " Run nox ${{ matrix.session }} session"
3838 steps :
3939 - name : Check out repo
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 - name : Setup nox
42424343 with :
Original file line number Diff line number Diff line change 4747 app-id : ${{ secrets.BOT_APP_ID }}
4848 private-key : ${{ secrets.BOT_APP_KEY }}
4949 - name : Check out repo
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151 with :
5252 fetch-depth : 0
5353 ref : " ${{ inputs.base-branch }}"
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 app-id : ${{ secrets.BOT_APP_ID }}
2626 private-key : ${{ secrets.BOT_APP_KEY }}
2727 - name : Check out us
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 path : ansible-documentation
3131 fetch-depth : 0
3232 token : " ${{ steps.create_token.outputs.token }}"
3333 - name : Check out core
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 repository : ansible/ansible
3737 path : ansible
You can’t perform that action at this time.
0 commit comments