Skip to content

Commit 6b155fa

Browse files
dependabot[bot]ulgens
authored andcommitted
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d009b1 commit 6b155fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "::set-output name=dir::$(pip cache dir)"
6767
6868
- name: Cache
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: ${{ steps.pip-cache.outputs.dir }}
7272
key: pip-test-python-${{ matrix.python-version }}-django-${{ matrix.django-version }}-redis-${{ matrix.redis-version }}-${{ hashFiles('**/setup.*') }}
@@ -124,7 +124,7 @@ jobs:
124124
echo "::set-output name=dir::$(pip cache dir)"
125125
126126
- name: Cache
127-
uses: actions/cache@v4
127+
uses: actions/cache@v5
128128
with:
129129
path: ${{ steps.pip-cache.outputs.dir }}
130130
key: pip-lint-${{ hashFiles('**/setup.*') }}
@@ -165,7 +165,7 @@ jobs:
165165
echo "::set-output name=dir::$(pip cache dir)"
166166
167167
- name: Cache
168-
uses: actions/cache@v4
168+
uses: actions/cache@v5
169169
with:
170170
path: ${{ steps.pip-cache.outputs.dir }}
171171
key: pip-check-changelog-${{ hashFiles('**/setup.*') }}

0 commit comments

Comments
 (0)