Skip to content

Commit d03712a

Browse files
committed
update build-and-test action workflow versions and include ubuntu noble
1 parent d880157 commit d03712a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Checkout source code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
path: '${{ env.CUSTOM_DIR }}'
3434
fetch-depth: 0
@@ -51,17 +51,17 @@ jobs:
5151
strategy:
5252
max-parallel: 6
5353
matrix:
54-
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, centos-7, debian-bullseye, debian-buster]
54+
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, centos-7, debian-bullseye, debian-buster]
5555

5656
steps:
5757

5858
- name: Checkout source code
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
with:
6161
path: '${{ env.CUSTOM_DIR }}'
6262

6363
- name: Set up Python 3.10
64-
uses: actions/setup-python@v3
64+
uses: actions/setup-python@v5
6565
with:
6666
python-version: '3.10'
6767

0 commit comments

Comments
 (0)