File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
22+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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 2626 - name : Set up Poetry
2727 uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
2828 - name : Cache virtualenv
29- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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