diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 92da08f7..1959f247 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -31,7 +31,7 @@ jobs: node-version: '12' - name: Cache project dependencies (pip) - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/doc.txt') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41cc6c1d..c2dc81bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: with: python-version: "3.11" - - uses: actions/cache@v4.2.0 + - uses: actions/cache@v4.2.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }} diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 0a620510..97e30662 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache@v4.2.0 + - uses: actions/cache@v4.2.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}