Skip to content

Update Python Version #17

Update Python Version

Update Python Version #17

Workflow file for this run

name: Update Python Version
on:
schedule:
- cron: '0 6 * * 1' # Every Monday at 6am
workflow_dispatch:
jobs:
updatecli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Updatecli
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@2feb132e561953e16eaea6f3f0b9ae7e61034267 # v12.5.0
- name: Run Updatecli
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: updatecli --config .updatecli/updatecli.d ${{ github.event_name == 'schedule' && 'apply' || 'diff' }}