File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 container : python:${{ matrix.python-version }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - run : python --version
1818 - run : |
1919 pip install -r requirements.txt
Original file line number Diff line number Diff line change 4747 --add-host=host.docker.internal:host-gateway
4848 --volume /var/run/docker.sock:/var/run/docker.sock
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151 - run : |
5252 apt-get update
5353 apt-get install -y docker.io
@@ -103,7 +103,7 @@ jobs:
103103 --add-host=host.docker.internal:host-gateway
104104 --volume /var/run/docker.sock:/var/run/docker.sock
105105 steps :
106- - uses : actions/checkout@v4
106+ - uses : actions/checkout@v6
107107 - run : |
108108 apt-get update
109109 apt-get install -y docker.io
You can’t perform that action at this time.
0 commit comments