diff --git a/.github/workflows/terraform-reusable.yml b/.github/workflows/terraform-reusable.yml index fda4e8d..efffec8 100644 --- a/.github/workflows/terraform-reusable.yml +++ b/.github/workflows/terraform-reusable.yml @@ -52,7 +52,7 @@ jobs: - name: Cache Comment Id if: github.event_name == 'pull_request' id: cache-comment-id - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: ./comment-cache key: pr-${{ github.event.number }}-comment-id${{ inputs.cache-key-suffix }}