We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6cdd1 commit b5605f3Copy full SHA for b5605f3
1 file changed
.github/workflows/check_protos.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Poetry
18
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
19
- name: Cache virtualenv
20
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
21
with:
22
path: .github/check_protos/.venv
23
key: check-protos-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.github/check_protos/poetry.lock') }}
0 commit comments