File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v5
3838
3939 - name : Set up Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : 3.11
4343 architecture : x64
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.12'
3030 cache : ' pip'
Original file line number Diff line number Diff line change 4646 run : docker compose -f tests/docker-compose.yml up -d
4747
4848 - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 architecture : x64
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v5
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.12'
1818 cache : ' pip'
Original file line number Diff line number Diff line change 5757 run : docker compose -f tests/docker-compose.yml up -d
5858
5959 - name : Set up Python ${{ matrix.python-version }}
60- uses : actions/setup-python@v5
60+ uses : actions/setup-python@v6
6161 with :
6262 python-version : ${{ matrix.python-version }}
6363 architecture : x64
You can’t perform that action at this time.
0 commit comments