Skip to content

Commit

Permalink
bump cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kip Hart committed Dec 29, 2023
1 parent 6d8b21a commit f923ecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: '3.x'
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
# This path is specific to Ubuntu
path: ~/Library/Caches/pip
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
with:
python-version: '3.x'
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
with:
python-version: '3.x'
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit f923ecd

Please sign in to comment.