Skip to content

Commit bc50260

Browse files
authored
Merge pull request #39 from equinix-labs/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 10e4f89 + 0637305 commit bc50260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tflint_version: ${{ env.TFLINT_VERSION }}
3939

4040
- name: Cache tflint plugin dir
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.tflint.d/plugins
4444
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
@@ -54,7 +54,7 @@ jobs:
5454
mkdir --parents ~/.terraform.d/plugin-cache
5555
5656
- name: Cache Terraform
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
with:
5959
path: |
6060
~/.terraform.d/plugin-cache

0 commit comments

Comments
 (0)