Skip to content

Commit ccfc230

Browse files
build(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6ef7e5 commit ccfc230

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)