Skip to content

Commit

Permalink
Merge pull request #71 from siboehm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
siboehm authored Feb 1, 2024
2 parents 45d004b + 5710a5b commit 82ec179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup conda cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/conda_pkgs_dir
key:
Expand All @@ -34,7 +34,7 @@ jobs:
use-only-tar-bz2: true
use-mamba: true
- name: Setup hypothesis DB cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./.hypothesis
key: hypothesisDB ${{ matrix.PYTHON_VERSION }}
Expand Down

0 comments on commit 82ec179

Please sign in to comment.