Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 26a0bcf

Browse files
authored
Merge pull request #6 from basemind-ai/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 17ef5a1 + 5fa2669 commit 26a0bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: python -m pip install pre-commit && pre-commit install
3131
- name: Load Cached Pre-Commit Dependencies
3232
id: cached-pre-commit-dependencies
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: ~/.cache/pre-commit/
3636
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)