dependabot[bot] commited on
Commit
00700f0
1 Parent(s): b56466b

Bump actions/cache from 3 to 4

Browse files

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

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: