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 2121 virtualenvs-in-project : true
2222
2323 - name : Set up Python 3.11
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : " 3.11"
2727 cache : poetry
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-python@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.11'
1818 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 2020 virtualenvs-in-project : true
2121
2222 - name : Set up Python 3.11
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : " 3.11"
2626 cache : poetry
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments