Skip to content

Commit dead165

Browse files
Bump actions/cache from 4.3.0 to 5.0.0 (#81)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2d50a7 commit dead165

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: 3.9
5353
- name: Cache PyPI
54-
uses: actions/cache@v4.3.0
54+
uses: actions/cache@v5.0.0
5555
with:
5656
key: pip-lint-${{ hashFiles('requirements/*.txt') }}
5757
path: ~/.cache/pip
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
submodules: true
114114
- name: Cache llhttp generated files
115-
uses: actions/cache@v4.3.0
115+
uses: actions/cache@v5.0.0
116116
id: cache
117117
with:
118118
key: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
echo "::set-output name=dir::$(pip cache dir)" # - name: Cache
202202
- name: Cache PyPI
203-
uses: actions/cache@v4.3.0
203+
uses: actions/cache@v5.0.0
204204
with:
205205
key: pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
206206
path: ${{ steps.pip-cache.outputs.dir }}

0 commit comments

Comments
 (0)