Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent bcadb3f commit 40d6a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: '14.x'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Cache pip packages
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-pip-packages
with:
Expand Down

0 comments on commit 40d6a1a

Please sign in to comment.