Skip to content

Commit a1080e3

Browse files
Merge pull request #63 from terraform-module/renovate/master-.github/workflows-actions-cache-3.x
chore(deps): update dependency actions/cache to v3.3.3 (.github/workflows/linter.yml) (master)
2 parents 15278ab + 3a437fb commit a1080e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
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/[email protected].2
22+
uses: actions/[email protected].3
2323
with:
2424
path: ./.terraform
2525
key: terraform
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v3
42-
- uses: actions/[email protected].2
42+
- uses: actions/[email protected].3
4343
name: Cache tflint plugin dir
4444
with:
4545
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)