@@ -17,10 +17,10 @@ jobs:
1717 # check-out repo and set-up python
1818 # ----------------------------------------------
1919 - name : Check out repository
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121 - name : Set up python ${{ matrix.python-version }}
2222 id : setup-python
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 # ----------------------------------------------
3838 # ----------------------------------------------
3939 - name : Load cached venv
4040 id : cached-poetry-dependencies
41- uses : actions/cache@v2
41+ uses : actions/cache@v4
4242 with :
4343 path : .venv
4444 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
@@ -119,10 +119,10 @@ jobs:
119119 # check-out repo and set-up python
120120 # ----------------------------------------------
121121 - name : Check out repository
122- uses : actions/checkout@v2
122+ uses : actions/checkout@v4
123123 - name : Set up python ${{ matrix.python-version }}
124124 id : setup-python
125- uses : actions/setup-python@v2
125+ uses : actions/setup-python@v5
126126 with :
127127 python-version : ${{ matrix.python-version }}
128128 # ----------------------------------------------
@@ -140,7 +140,7 @@ jobs:
140140 # ----------------------------------------------
141141 - name : Load cached venv
142142 id : cached-poetry-dependencies
143- uses : actions/cache@v2
143+ uses : actions/cache@v4
144144 with :
145145 path : .venv
146146 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
@@ -171,10 +171,10 @@ jobs:
171171 # check-out repo and set-up python
172172 # ----------------------------------------------
173173 - name : Check out repository
174- uses : actions/checkout@v2
174+ uses : actions/checkout@v4
175175 - name : Set up python ${{ matrix.python-version }}
176176 id : setup-python
177- uses : actions/setup-python@v2
177+ uses : actions/setup-python@v5
178178 with :
179179 python-version : ${{ matrix.python-version }}
180180 # ----------------------------------------------
@@ -192,7 +192,7 @@ jobs:
192192 # ----------------------------------------------
193193 - name : Load cached venv
194194 id : cached-poetry-dependencies
195- uses : actions/cache@v2
195+ uses : actions/cache@v4
196196 with :
197197 path : .venv
198198 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments