File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : echo "::set-output name=python_version::$(python --version)"
26
26
27
27
- name : Cache dependencies
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v3
29
29
with :
30
30
path : .venv
31
31
key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies-${{ hashFiles('**/poetry.lock') }}
89
89
id : get_python_version
90
90
run : echo "::set-output name=python_version::$(python --version)"
91
91
- name : Cache dependencies
92
- uses : actions/cache@v2
92
+ uses : actions/cache@v3
93
93
with :
94
94
path : .venv
95
95
key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies-${{ hashFiles('**/poetry.lock') }}
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Check for any file changes
108
108
run : python .github/check_for_changes.py
109
109
- name : Cache Generated Client Dependencies
110
- uses : actions/cache@v2
110
+ uses : actions/cache@v3
111
111
with :
112
112
path : integration-tests/.venv
113
113
key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-integration-dependencies-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments