File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-24.04
99
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Install apt dependencies
1313 run : |
1414 sudo apt-get update && sudo apt-get install python3 python3-pip -y
Original file line number Diff line number Diff line change 77 deploy :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - uses : actions/setup-python@v6
1212 with :
1313 python-version : 3.x
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
Original file line number Diff line number Diff line change 1212 integration-tests :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Start containers
1717 run : docker compose -f "docker/docker-compose-test.yml" up -d --build
1818 - name : List running docker
You can’t perform that action at this time.
0 commit comments