Merge pull request #2369 from actions/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
Anthony Zavala
2025-04-21 17:18:56 -07:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
python-version: 3.11
- name: Cache pre-commit
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}