Skip to content

Commit dd26645

Browse files
authored
Merge pull request #705 from jazzband/dependabot/github_actions/actions/cache-3
2 parents d76f2ff + ccfd3f7 commit dd26645

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "::set-output name=dir::$(pip cache dir)"
6666
6767
- name: Cache
68-
uses: actions/cache@v2
68+
uses: actions/cache@v3
6969
with:
7070
path: ${{ steps.pip-cache.outputs.dir }}
7171
key: pip-test-python-${{ matrix.python-version }}-django-${{ matrix.django-version }}-redis-${{ matrix.redis-version }}-${{ hashFiles('**/setup.*') }}
@@ -129,7 +129,7 @@ jobs:
129129
echo "::set-output name=dir::$(pip cache dir)"
130130
131131
- name: Cache
132-
uses: actions/cache@v2
132+
uses: actions/cache@v3
133133
with:
134134
path: ${{ steps.pip-cache.outputs.dir }}
135135
key: pip-lint-${{ hashFiles('**/setup.*') }}
@@ -170,7 +170,7 @@ jobs:
170170
echo "::set-output name=dir::$(pip cache dir)"
171171
172172
- name: Cache
173-
uses: actions/cache@v2
173+
uses: actions/cache@v3
174174
with:
175175
path: ${{ steps.pip-cache.outputs.dir }}
176176
key: pip-check-changelog-${{ hashFiles('**/setup.*') }}

0 commit comments

Comments
 (0)