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 2727 shell : bash
2828
2929 - name : Cache dependencies
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : .venv
3333 key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies-${{ hashFiles('**/pdm.lock') }}
8686 shell : bash
8787
8888 - name : Cache dependencies
89- uses : actions/cache@v4
89+ uses : actions/cache@v5
9090 with :
9191 path : .venv
9292 key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-min-dependencies-${{ hashFiles('**/pdm.lock') }}
@@ -168,7 +168,7 @@ jobs:
168168 id : get_python_version
169169 run : echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
170170 - name : Cache Generated Client Dependencies
171- uses : actions/cache@v4
171+ uses : actions/cache@v5
172172 with :
173173 path : integration-tests/.venv
174174 key : ${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-integration-dependencies-${{ hashFiles('integration-tests/pdm*.lock') }}
You can’t perform that action at this time.
0 commit comments