Skip to content

Commit 0c21410

Browse files
Merge pull request #172 from terraform-module/renovate/master-.github/workflows-actions-cache-4.x
chore(deps): update dependency actions/cache to v4.0.2 (.github/workflows/linter.yml) (master)
2 parents 91e3a0c + 79e3e9b commit 0c21410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: hashicorp/[email protected]
2020

2121
- name: Cache terraform folder
22-
uses: actions/cache@v4
22+
uses: actions/cache@v4.0.2
2323
with:
2424
path: ./.terraform
2525
key: terraform
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v4.0.2
4545
name: Cache tflint plugin dir
4646
with:
4747
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)