Skip to content

Commit faa96d2

Browse files
authored
Merge pull request #103 from JuliaAstro/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents b2ac2c4 + 25787b7 commit faa96d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
4343
run: rm requirements.txt
4444
- name: Cache pre-commit
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ~/.cache/pre-commit
4848
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)