File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run-code-check :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4.2.1
29+ - uses : actions/checkout@v4.2.2
3030 - name : Install and configure Poetry
3131 uses : snok/install-poetry@v1
3232 with :
Original file line number Diff line number Diff line change 3232 integration-tests :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4.2.1
35+ - uses : actions/checkout@v4.2.2
3636 - name : Install and configure Poetry
3737 uses : snok/install-poetry@v1
3838 with :
Original file line number Diff line number Diff line change 1818 run : |
1919 sudo apt-get update
2020 sudo apt-get install libcurl4-openssl-dev libssl-dev
21- - uses : actions/checkout@v4.2.1
21+ - uses : actions/checkout@v4.2.2
2222 - name : Install poetry
2323 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
2424 - uses : actions/setup-python@v5.2.0
You can’t perform that action at this time.
0 commit comments