Skip to content

Commit 4247035

Browse files
chore(deps): bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- 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 0999ea5 commit 4247035

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
51+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
112+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
170+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
171171
name: Cache TFLint plugin dir
172172
with:
173173
path: ~/.tflint.d/plugins

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
70+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7171
with:
7272
key: mkdocs-material-${{ env.cache_id }}
7373
path: .cache

0 commit comments

Comments
 (0)