Skip to content

Commit

Permalink
Merge pull request #140 from learningequality/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
rtibbles authored May 2, 2023
2 parents 2ee2737 + 14b5fc9 commit 9c24f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# This is where python for android puts its intermediary build
# files - we cache this to improve build performance, but be
Expand All @@ -49,7 +49,7 @@ jobs:
key: ${{ runner.os }}-python-for-android-${{ hashFiles('*') }}
restore-keys: |
${{ runner.os }}-python-for-android-
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Expand Down

0 comments on commit 9c24f9c

Please sign in to comment.