File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ runs:
24
24
# ---------------------------#
25
25
- name : Set up python ${{ inputs.python-version }}
26
26
id : setup-python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ inputs.python-version }}
30
30
# ----------------------------------------#
31
31
# Install & configure Poetry #
32
32
# ----------------------------------------#
33
33
- name : Load cached Poetry Binary
34
34
id : cached-poetry-binary
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.local
38
38
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ inputs.poetry-version }}
47
47
# ----------------------------------------------#
48
48
- name : Load cached venv
49
49
id : cached-poetry-dependencies
50
- uses : actions/cache@v3
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : .venv
53
53
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.install-args }}
You can’t perform that action at this time.
0 commit comments