File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Check for lock changes
2020 run : poetry check --lock
2121 - name : Cache virtualenv (with docs)
22- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2323 with :
2424 path : .venv
2525 key : nipanel-with-docs-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 1919 - name : Check for lock changes
2020 run : poetry check --lock
2121 - name : Cache virtualenv
22- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2323 with :
2424 path : .venv
2525 key : nipanel-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 2626 - name : Set up Poetry
2727 uses : ni/python-actions/setup-poetry@e8f25e9a64426bd431ac124b83df11b76cdf60d5 # v0.1.0
2828 - name : Cache virtualenv
29- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
29+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3030 with :
3131 path : .venv
3232 key : nipanel-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
You can’t perform that action at this time.
0 commit comments