Skip to content

Commit 08ce0d2

Browse files
authored
Merge pull request #360 from alphagov/renovate/actions-cache-5.x
Update actions/cache action to v5.0.5
2 parents 0f65704 + b4f8102 commit 08ce0d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: mkdir -p "$TF_PLUGIN_CACHE_DIR"
2929

3030
- name: Cache Terraform plugins
31-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
31+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3232
with:
3333
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
3434
key:
3535
terraform-plugins-${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }}
3636

37-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
37+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3838
name: Cache TFLint plugins
3939
with:
4040
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)