Skip to content

Commit

Permalink
Merge pull request #6 from CenterForOpenScience/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/develop/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
Johnetordoff authored Jan 17, 2024
2 parents d28b9ea + 3db6f96 commit 6a660e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_gravyvalet_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pip install -r requirements/dev-requirements.txt

- name: set up pre-commit cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ matrix.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit 6a660e8

Please sign in to comment.