Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.3 (.github/workflows…
Browse files Browse the repository at this point in the history
…/linter.yml)
  • Loading branch information
IK Renovate Bot committed Apr 30, 2024
1 parent 8a77fc3 commit 1214e56
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/[email protected].2
uses: actions/[email protected].3
with:
path: ./.terraform
key: terraform
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].2
- uses: actions/[email protected].3
name: Cache tflint plugin dir
with:
path: ~/.tflint.d/plugins
Expand Down

0 comments on commit 1214e56

Please sign in to comment.