File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Set up Python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ' 3.11'
2424 cache-dependency-path : poetry.lock
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Setup Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.11"
2222 cache-dependency-path : poetry.lock
6161 steps :
6262 - uses : actions/checkout@v4
6363 - name : Set up Python ${{ matrix.python-version }}
64- uses : actions/setup-python@v4
64+ uses : actions/setup-python@v5
6565 with :
6666 python-version : ${{ matrix.python-version }}
6767 cache-dependency-path : poetry.lock
@@ -141,7 +141,7 @@ jobs:
141141 steps :
142142 - uses : actions/checkout@v4
143143 - name : Set up Python ${{ matrix.python-version }}
144- uses : actions/setup-python@v4
144+ uses : actions/setup-python@5v
145145 with :
146146 python-version : ${{ matrix.python-version }}
147147 cache-dependency-path : poetry.lock
You can’t perform that action at this time.
0 commit comments