MilesCranmer commited on
Commit
4583f62
2 Parent(s): 7325b8e 86644e8

Merge pull request #513 from MilesCranmer/dependabot/github_actions/actions/cache-3

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@v2
114
  env:
115
  CACHE_NUMBER: 0
116
  with:
 
110
  steps:
111
  - uses: actions/checkout@v4
112
  - name: "Cache conda"
113
+ uses: actions/cache@v3
114
  env:
115
  CACHE_NUMBER: 0
116
  with: