File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 virtualenvs-create : true
3535 virtualenvs-in-project : true
36- - uses : actions/setup-python@v5.4 .0
36+ - uses : actions/setup-python@v5.5 .0
3737 with :
3838 python-version : ' 3.10'
3939 cache : ' poetry'
Original file line number Diff line number Diff line change 1717 - name : Install poetry
1818 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
1919
20- - uses : actions/setup-python@v5.4 .0
20+ - uses : actions/setup-python@v5.5 .0
2121 with :
2222 python-version : ' 3.10'
2323 cache : ' poetry'
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4.2.2
4444 - name : Install poetry
4545 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
46- - uses : actions/setup-python@v5.4 .0
46+ - uses : actions/setup-python@v5.5 .0
4747 with :
4848 python-version : ' 3.10'
4949 cache : ' poetry'
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4.2.2
3030 - name : Install pip
3131 run : python3 -m pip install --upgrade pip
32- - uses : actions/setup-python@v5.4 .0
32+ - uses : actions/setup-python@v5.5 .0
3333 with :
3434 python-version : ' 3.10'
3535 - name : Install package and test import
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4.2.2
1616 - name : Install poetry
1717 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
18- - uses : actions/setup-python@v5.4 .0
18+ - uses : actions/setup-python@v5.5 .0
1919 with :
2020 python-version : ' 3.10'
2121 - name : Build package
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4.2.2
3434 - name : Install dependencies, run unit tests and coverage report
3535 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
36- - uses : actions/setup-python@v5.4 .0
36+ - uses : actions/setup-python@v5.5 .0
3737 with :
3838 python-version : ' 3.10'
3939 cache : ' poetry'
You can’t perform that action at this time.
0 commit comments