Skip to content

Commit 150c6af

Browse files
Bump actions/cache from 3.0.3 to 3.0.4 (#6776)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c10521c commit 150c6af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: 3.8
3636
- name: Cache PyPI
37-
uses: actions/[email protected].3
37+
uses: actions/[email protected].4
3838
with:
3939
key: pip-lint-${{ hashFiles('requirements/*.txt') }}
4040
path: ~/.cache/pip
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
submodules: true
9595
- name: Cache llhttp generated files
96-
uses: actions/[email protected].3
96+
uses: actions/[email protected].4
9797
id: cache
9898
with:
9999
key: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
echo "::set-output name=dir::$(pip cache dir)" # - name: Cache
161161
- name: Cache PyPI
162-
uses: actions/[email protected].3
162+
uses: actions/[email protected].4
163163
with:
164164
key: pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
165165
path: ${{ steps.pip-cache.outputs.dir }}

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v3
2828
- name: Cache PyPI
29-
uses: actions/[email protected].3
29+
uses: actions/[email protected].4
3030
with:
3131
key: post-update
3232
path: ~/.cache/pip

0 commit comments

Comments
 (0)