File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
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/
Original file line number Diff line number Diff line change 1- FROM ubuntu:20 .04
1+ FROM ubuntu:24 .04
22
33# Install necessary packages and ensure python means python3
44RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments