File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 if : ${{ github.event.pull_request.head.repo.full_name == 'canonical/mysql-router-operators' }}
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434 - name : Check libs
Original file line number Diff line number Diff line change 3333 timeout-minutes : 5
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 - name : Install terraform
3838 run : |
3939 sudo snap install terraform --classic
@@ -54,11 +54,11 @@ jobs:
5454 - kubernetes
5555 - machines
5656 name : Unit test | ${{ matrix.path }}
57- runs-on : ubuntu-22 .04 # TODO: use ubuntu-latest after fixing pathlib issue on python 3.12
57+ runs-on : ubuntu-24 .04 # TODO: use ubuntu-latest after fixing pathlib issue on python 3.12
5858 timeout-minutes : 20
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 - name : Install tox & poetry
6363 run : |
6464 pipx install tox
Original file line number Diff line number Diff line change 2020 timeout-minutes : 5
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Set up environment
2525 run : |
2626 sudo snap install charmcraft --classic
@@ -103,7 +103,7 @@ jobs:
103103 df --human-readable
104104 - name : Checkout
105105 timeout-minutes : 3
106- uses : actions/checkout@v5
106+ uses : actions/checkout@v6
107107 - name : Set up environment
108108 timeout-minutes : 5
109109 run : sudo snap install charmcraft --classic
Original file line number Diff line number Diff line change 5252 # git push origin gh-pages-beta
5353 # )
5454 - name : Checkout GitHub pages branch
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 with :
5757 ref : gh-pages-beta
5858 path : repo/
Original file line number Diff line number Diff line change 1818 timeout-minutes : 60
1919 steps :
2020 - name : Checkout the project
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : Install system dependencies
2424 run : sudo apt-get update && sudo apt-get install -y python3-venv
You can’t perform that action at this time.
0 commit comments