diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index a39ccc5f5..8ae9c2bf0 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -64,7 +64,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v4.2.1 + uses: actions/cache@v4.2.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e099262a1..7f36feed5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v4.2.1 + uses: actions/cache@v4.2.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}