diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 114a9998..06f8a27e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -32,7 +32,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' - name: Restore/save Taskfile cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: key: ${{ runner.os }}-qa-taskfile path: | @@ -76,7 +76,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' - name: Restore Taskfile cache - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: key: ${{ runner.os }}-qa-taskfile path: | @@ -174,7 +174,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' - name: Restore Taskfile cache - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: key: ${{ runner.os }}-qa-taskfile path: | @@ -211,7 +211,7 @@ jobs: ref: ${{ inputs.ref }} show-progress: 'false' persist-credentials: 'false' - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 name: Cache plugin dir with: path: .tflint.d/plugins