Skip to content

Commit 4e68f84

Browse files
authored
Merge pull request #101 from matplotlib/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 4b627ff + dd36a5b commit 4e68f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Cache conda
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
env:
2626
# Increase this value to reset cache if ci/environment.yml has not changed
2727
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)