diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d89d616a223..7e54c8008cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: with: python-version: 3.8 - name: Cache PyPI - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.2 with: key: pip-lint-${{ hashFiles('requirements/*.txt') }} path: ~/.cache/pip @@ -93,7 +93,7 @@ jobs: with: submodules: true - name: Cache llhttp generated files - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.2 id: cache with: key: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }} @@ -159,7 +159,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" # - name: Cache - name: Cache PyPI - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.2 with: key: pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }} path: ${{ steps.pip-cache.outputs.dir }} diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 9d096cab8da..46074ee61b6 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v3 - name: Cache PyPI - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.2 with: key: post-update path: ~/.cache/pip