Skip to content

Commit d53e0ce

Browse files
Update actions/cache action to v5
1 parent c4747d3 commit d53e0ce

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@v4
14+
uses: actions/cache@v5
1515
with:
1616
path: ./.terraform
1717
key: terraform
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
name: Cache tflint plugin dir
3131
with:
3232
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)