File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 timeout-minutes : 5
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 - name : Install tox
2929 run : pipx install tox
3030 - name : Run linters
3636 timeout-minutes : 5
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 - name : Install tox
4141 run : pipx install tox
4242 - name : Run tests
7171 timeout-minutes : 120
7272 steps :
7373 - name : Checkout
74- uses : actions/checkout@v5
74+ uses : actions/checkout@v6
7575 - name : Setup operator environment
7676 # TODO: Replace with custom image on self-hosted runner
7777 uses : charmed-kubernetes/actions-operator@main
8383 microk8s-group : snap_microk8s
8484 microk8s-addons : " rbac hostpath-storage dns minio"
8585 - name : Download packed charm(s)
86- uses : actions/download-artifact@v5
86+ uses : actions/download-artifact@v6
8787 with :
8888 pattern : ${{ needs.build.outputs.artifact-prefix }}-*
8989 merge-multiple : true
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-22.04
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Extract branch metadata
1818 shell : bash
6060 timeout-minutes : 60
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v5
63+ uses : actions/checkout@v6
6464 with :
6565 fetch-depth : 0
6666 - name : Release any bumped charm libs
Original file line number Diff line number Diff line change 1717 timeout-minutes : 60
1818 steps :
1919 - name : Checkout the project
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Install system dependencies
2323 run : sudo apt-get update && sudo apt-get install -y python3-venv
You can’t perform that action at this time.
0 commit comments