Skip to content

Commit 8ec90cc

Browse files
authored
Merge pull request #716 from jazzband/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 56d3ef1 + 53aef85 commit 8ec90cc

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@v3
68+
uses: actions/cache@v4
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@v3
132+
uses: actions/cache@v4
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@v3
173+
uses: actions/cache@v4
174174
with:
175175
path: ${{ steps.pip-cache.outputs.dir }}
176176
key: pip-check-changelog-${{ hashFiles('**/setup.*') }}

0 commit comments

Comments
 (0)