File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v7
22- - uses : actions/setup-python@v6
22+ - uses : actions/setup-python@v7
2323 with :
2424 cache : " pip"
2525 - name : Cache Ansible Galaxy Dependencies
Original file line number Diff line number Diff line change 1414 - name : Install Poetry
1515 run : pipx install poetry
1616 - name : Install Python
17- uses : actions/setup-python@v6
17+ uses : actions/setup-python@v7
1818 with :
1919 python-version : " 3.14"
2020 cache : " poetry"
Original file line number Diff line number Diff line change 2828 # Checkout the PR branch so we can commit back to it
2929 ref : ${{ github.event.pull_request.head.ref || github.ref }}
3030 fetch-depth : 0
31- - uses : actions/setup-python@v6
31+ - uses : actions/setup-python@v7
3232 with :
3333 python-version : " 3.14"
3434 cache : pip
You can’t perform that action at this time.
0 commit comments