Skip to content
Snippets Groups Projects
Unverified Commit 0acb29c6 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump actions/cache from 2 to 3 (#1672)


Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarChris Holdgraf <choldgraf@berkeley.edu>
parent e372c718
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('setup.py') }}
......@@ -169,7 +169,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('setup.py') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment