Skip to content

Commit 8455527

Browse files
chore(deps): bump actions/cache from 4.2.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f6d9e0 commit 8455527

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/terraform.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: apk add --no-cache tar
4949
continue-on-error: true
5050
- if: contains(matrix.terraform, '1.5.')
51-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
51+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5252
name: Cache TFLint plugin dir
5353
with:
5454
path: ~/.tflint.d/plugins
@@ -109,7 +109,7 @@ jobs:
109109
run: apk add --no-cache tar
110110
continue-on-error: true
111111
- if: contains(matrix.terraform, '1.3.')
112-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
112+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
113113
name: Cache TFLint plugin dir
114114
with:
115115
path: ~/.tflint.d/plugins
@@ -167,7 +167,7 @@ jobs:
167167
run: apk add --no-cache tar
168168
continue-on-error: true
169169
- if: contains(matrix.terraform, '1.5.')
170-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
170+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
171171
name: Cache TFLint plugin dir
172172
with:
173173
path: ~/.tflint.d/plugins

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
python-version: 3.x
6969
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
70-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
70+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
7171
with:
7272
key: mkdocs-material-${{ env.cache_id }}
7373
path: .cache

0 commit comments

Comments
 (0)