File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.12"
2020
3636 - uses : actions/checkout@v4
3737
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242
6363 - uses : actions/checkout@v4
6464
6565 - name : Set up Python
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : " 3.12"
6969
8585 sudo apt-get install -y cmake ninja-build
8686
8787 - name : Set up Python
88- uses : actions/setup-python@v5
88+ uses : actions/setup-python@v6
8989 with :
9090 python-version : " 3.12"
9191
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v4
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.12"
2929 - run : pip install -e ".[dev]"
Original file line number Diff line number Diff line change 1919 python-version : ["3.10", "3.11", "3.12"]
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install EoSim from source
5050 - nrf52
5151 steps :
5252 - uses : actions/checkout@v4
53- - uses : actions/setup-python@v5
53+ - uses : actions/setup-python@v6
5454 with :
5555 python-version : " 3.12"
5656 - name : Install EoSim from source
7878 platform : riscv64-linux
7979 steps :
8080 - uses : actions/checkout@v4
81- - uses : actions/setup-python@v5
81+ - uses : actions/setup-python@v6
8282 with :
8383 python-version : " 3.12"
8484 - name : Install EoSim from source
9797 runs-on : windows-latest
9898 steps :
9999 - uses : actions/checkout@v4
100- - uses : actions/setup-python@v5
100+ - uses : actions/setup-python@v6
101101 with :
102102 python-version : " 3.12"
103103 - name : Test EoSim on Windows
@@ -113,7 +113,7 @@ jobs:
113113 runs-on : macos-latest
114114 steps :
115115 - uses : actions/checkout@v4
116- - uses : actions/setup-python@v5
116+ - uses : actions/setup-python@v6
117117 with :
118118 python-version : " 3.12"
119119 - name : Test EoSim on macOS
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
4646 - uses : actions/checkout@v4
4747
4848 - name : Set up Python
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : " 3.12"
5252
8282 sudo apt-get install -y qemu-system-arm qemu-system-aarch64 qemu-system-riscv64 qemu-system-mips
8383
8484 - name : Set up Python
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : " 3.12"
8888
@@ -119,7 +119,7 @@ jobs:
119119 - uses : actions/checkout@v4
120120
121121 - name : Set up Python
122- uses : actions/setup-python@v5
122+ uses : actions/setup-python@v6
123123 with :
124124 python-version : " 3.12"
125125
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
2222 - name : Install & Test
7171 needs : validate
7272 steps :
7373 - uses : actions/checkout@v4
74- - uses : actions/setup-python@v5
74+ - uses : actions/setup-python@v6
7575 with :
7676 python-version : " 3.12"
7777 - name : Build & publish
@@ -100,7 +100,7 @@ jobs:
100100 run : |
101101 TAG=${GITHUB_REF#refs/tags/}
102102 echo "tag=$TAG" >> $GITHUB_OUTPUT
103- - uses : actions/setup-python@v5
103+ - uses : actions/setup-python@v6
104104 with :
105105 python-version : " 3.12"
106106 - name : Build dist
Original file line number Diff line number Diff line change 3737 - jetson-nano
3838 steps :
3939 - uses : actions/checkout@v4
40- - uses : actions/setup-python@v5
40+ - uses : actions/setup-python@v6
4141 with :
4242 python-version : " 3.12"
4343 # - name: Install EoSim from source
6363 os : [ubuntu-latest, windows-latest, macos-latest]
6464 steps :
6565 - uses : actions/checkout@v4
66- - uses : actions/setup-python@v5
66+ - uses : actions/setup-python@v6
6767 with :
6868 python-version : " 3.12"
6969 # - name: Install EoSim from source
Original file line number Diff line number Diff line change 1919 os : [ubuntu-latest, windows-latest, macos-latest]
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.12"
2525 - name : Install ebuild
You can’t perform that action at this time.
0 commit comments