Skip to content

Commit

Permalink
Merge pull request #513 from MilesCranmer/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
MilesCranmer committed Jan 3, 2024
2 parents 7325b8e + 86644e8 commit 4583f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache conda"
uses: actions/cache@v2
uses: actions/cache@v3
env:
CACHE_NUMBER: 0
with:
Expand Down

0 comments on commit 4583f62

Please sign in to comment.