Skip to content

Commit

Permalink
Merge pull request #4 from bioio-devs/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3

ci(dependabot): bump actions/cache from 2 to 3
  • Loading branch information
SeanLeRoy authored Nov 1, 2023
2 parents 1c0dee6 + 082d214 commit 9ebf8f7
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 @@ -53,7 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[test]
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache
with:
path: bioio_imageio/tests/resources
Expand Down

0 comments on commit 9ebf8f7

Please sign in to comment.