Skip to content

Commit

Permalink
Merge pull request #119 from learningequality/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github-3e83326924

Bump the github group with 1 update
  • Loading branch information
rtibbles authored Jan 19, 2024
2 parents 7d60f81 + d9b65cf commit c33594b
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 c33594b

Please sign in to comment.