We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1f303 commit ba25245Copy full SHA for ba25245
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
50
with:
51
path: .venv
52
key: nps-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments