Skip to content

Commit ef27506

Browse files
committed
Bump python version and workflow versions
1 parent 4849066 commit ef27506

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
run: sudo apt-get update && sudo apt-get install build-essential
2121
shell: bash
2222

23-
- name: Install Python 3.8
24-
uses: actions/setup-python@v2
23+
- name: Install Python 3.12
24+
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.8'
26+
python-version: '3.12'
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030

3131
- name: Ensure clean
3232
run: make clean
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646

4747
- name: TCPD docker check
4848
uses: ./.github/workflows/

0 commit comments

Comments
 (0)