Skip to content

Commit b5605f3

Browse files
chore(deps): update actions/cache action to v5.0.2 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a6cdd1 commit b5605f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_protos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Poetry
1818
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
1919
- name: Cache virtualenv
20-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
20+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2121
with:
2222
path: .github/check_protos/.venv
2323
key: check-protos-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.github/check_protos/poetry.lock') }}

0 commit comments

Comments
 (0)