Skip to content

Commit

Permalink
Merge pull request #32 from axiom-data-science/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
kthyng authored Jan 23, 2024
2 parents 0f66df3 + d01fe22 commit 5312397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache conda
uses: actions/cache@v3
uses: actions/cache@v4
env:
# Increase this value to reset cache if ci/environment.yml has not changed
CACHE_NUMBER: 0
Expand Down

0 comments on commit 5312397

Please sign in to comment.