Skip to content

Commit 82ec179

Browse files
authored
Merge pull request #71 from siboehm/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 45d004b + 5710a5b commit 82ec179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Setup conda cache
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/conda_pkgs_dir
2525
key:
@@ -34,7 +34,7 @@ jobs:
3434
use-only-tar-bz2: true
3535
use-mamba: true
3636
- name: Setup hypothesis DB cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: ./.hypothesis
4040
key: hypothesisDB ${{ matrix.PYTHON_VERSION }}

0 commit comments

Comments
 (0)