File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 - name : Load cached venv
5252 id : cached-poetry-dependencies
53- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
53+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5454 with :
5555 path : .venv
5656 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
@@ -129,7 +129,7 @@ jobs:
129129 id : yarn-cache-dir-path
130130 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
131131
132- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
132+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
133133 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
134134 with :
135135 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments