File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 shell : bash
2828
2929 - name : Cache dependencies
30- uses : actions/cache@v6
30+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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@v6
89+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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@v6
171+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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