We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec31b78 commit 3651cccCopy full SHA for 3651ccc
1 file changed
.github/workflows/PR.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Set up Poetry
47
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
48
- name: Cache virtualenv
49
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
50
with:
51
path: .venv
52
key: nps-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments