diff --git a/action.yml b/action.yml index 8472c758..b6a2e8e0 100644 --- a/action.yml +++ b/action.yml @@ -267,7 +267,7 @@ runs: - if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }} name: Cache pip cache id: cache-pip - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.cache/pip/ key: ${{ runner.os }}-pip