Skip to content

Commit fb13928

Browse files
build(deps): bump actions/cache from 5 to 6 (#402)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87d46d9 commit fb13928

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tf-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fi
139139
140140
- name: ♻️ Cache Terraform plugins
141-
uses: actions/cache@v5
141+
uses: actions/cache@v6
142142
with:
143143
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
144144
key: terraform-${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }}

.github/workflows/tf-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: 💾 Cache plugin dir
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
path: ~/.tflint.d/plugins
2323
key: ubuntu-latest-tflint-${{ hashFiles('.tflint.hcl') }}

0 commit comments

Comments
 (0)