Skip to content

Commit 1738ec4

Browse files
Update GitHub actions
1 parent 03c3e7b commit 1738ec4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/check_libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/integration_test_charm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/integration_test_charms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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/

.github/workflows/tiobe_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)