Skip to content

Commit 1f19f6a

Browse files
Merge pull request #9 from SamuelBagattin/renovate/actions-cache-4.x
Update actions/cache action to v4 +semver:minor
2 parents ddbcfe7 + ba12b25 commit 1f19f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Terraform
1212
uses: hashicorp/setup-terraform@v3
1313
- name: Cache terraform folder
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4
1515
with:
1616
path: ./.terraform
1717
key: terraform
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v2
29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
name: Cache tflint plugin dir
3131
with:
3232
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)