Skip to content

Commit

Permalink
Merge pull request #172 from terraform-module/renovate/master-.github…
Browse files Browse the repository at this point in the history
…/workflows-actions-cache-4.x

chore(deps): update dependency actions/cache to v4.0.2 (.github/workflows/linter.yml) (master)
  • Loading branch information
ivankatliarchuk authored Mar 23, 2024
2 parents 91e3a0c + 79e3e9b commit 0c21410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: hashicorp/[email protected]

- name: Cache terraform folder
uses: actions/cache@v4
uses: actions/cache@v4.0.2
with:
path: ./.terraform
key: terraform
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: actions/cache@v4.0.2
name: Cache tflint plugin dir
with:
path: ~/.tflint.d/plugins
Expand Down

0 comments on commit 0c21410

Please sign in to comment.