File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2323 with :
2424 path : .venv
2525 key : nitypes-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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2323 with :
2424 path : .venv
2525 key : nitypes-${{ 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030 with :
3131 path : .venv
3232 key : nitypes-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
You can’t perform that action at this time.
0 commit comments