MilesCranmer commited on
Commit
8abc426
·
unverified ·
2 Parent(s): b56466b 00700f0

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

Browse files
Files changed (1) hide show
  1. .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml CHANGED
@@ -110,7 +110,7 @@ jobs:
110
  steps:
111
  - uses: actions/checkout@v4
112
  - name: "Cache conda"
113
- uses: actions/cache@v3
114
  env:
115
  CACHE_NUMBER: 0
116
  with:
 
110
  steps:
111
  - uses: actions/checkout@v4
112
  - name: "Cache conda"
113
+ uses: actions/cache@v4
114
  env:
115
  CACHE_NUMBER: 0
116
  with: