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 2525 run : echo "::set-output name=python_version::$(python --version)"
2626
2727 - name : Cache dependencies
28- uses : actions/cache@v2
28+ uses : actions/cache@v3
2929 with :
3030 path : .venv
3131 key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies-${{ hashFiles('**/poetry.lock') }}
8989 id : get_python_version
9090 run : echo "::set-output name=python_version::$(python --version)"
9191 - name : Cache dependencies
92- uses : actions/cache@v2
92+ uses : actions/cache@v3
9393 with :
9494 path : .venv
9595 key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies-${{ hashFiles('**/poetry.lock') }}
@@ -107,7 +107,7 @@ jobs:
107107 - name : Check for any file changes
108108 run : python .github/check_for_changes.py
109109 - name : Cache Generated Client Dependencies
110- uses : actions/cache@v2
110+ uses : actions/cache@v3
111111 with :
112112 path : integration-tests/.venv
113113 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