File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0
1414 show-progress : false
1515
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.x
1919 cache : ' pip'
3333 - name : Save Output
3434 id : save-output-temp
3535 if : ${{ always() }}
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v7
3737 with :
3838 name : docs-output-${{github.event.number}}
3939 path : |
Original file line number Diff line number Diff line change 1212 deploy :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
2727
2828 - name : Get Token needed to push updates
2929 id : get_workflow_token
30- uses : peter-murray/workflow-application-token-action@v3
30+ uses : peter-murray/workflow-application-token-action@v4
3131 with :
3232 application_id : ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
3333 application_private_key : ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
You can’t perform that action at this time.
0 commit comments