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 2323 name : Cache identify
2424 outputs :
2525 cache-key : ${{ steps.set-key.outputs.cache-key }}
26- python-version : ${{ steps.python.outputs.python-verseion }} # Ensure all runners use THIS minor version
26+ python-version : ${{ steps.python.outputs.python-version }} # Ensure all runners use THIS minor version
2727 steps :
2828 - name : Check out committed code
2929 uses : actions/checkout@v5
5151 with :
5252 cache-key : ${{ needs.cache.outputs.cache-key }}
5353 fail-on-miss : false # First time create cache (if not already exists)
54- python-version : ${{ env.DEFAULT_PYTHON }}
54+ python-version : ${{ needs.cache.outputs.python-version }}
5555 venv-dir : ${{ env.VENV }}
56- precommit-home : ${{ needs.cache.outputs.python-version }}
56+ precommit-home : ${{ env.PRE_COMMIT_HOME }}
5757
5858 ruff :
5959 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments