Skip to content

Commit

Permalink
Bump the github group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github group with 1 update: [actions/cache](https://github.com/actions/cache).


Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 7d60f81 commit d9b65cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ref: ${{ inputs.ref }}
- name: Cache Python download
id: cache-python-download
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/python.pkg
key: macOS-Python-${{ env.PYTHON_VERSION }}
Expand All @@ -76,7 +76,7 @@ jobs:
sudo installer -pkg ~/python.pkg -target /
unlink /usr/local/bin/python || true
ln -s /usr/local/bin/python3 /usr/local/bin/python
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/Library/Caches/pip
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py', 'build_requires.txt', '.github/workflows/build_mac.yml') }}
Expand Down

0 comments on commit d9b65cf

Please sign in to comment.