diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 0ad6238..e713317 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -39,7 +39,7 @@ jobs: - name: checkout uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: cache tflint - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 + uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0 with: path: ~/.tflint.d/plugins key: tflint-${{ hashFiles('.tflint.hcl') }}