Skip to content

Commit 306917c

Browse files
chore(deps): bump the github group with 2 updates
Bumps the github group with 2 updates: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [actions/cache](https://github.com/actions/cache). Updates `actions/dependency-review-action` from 4.7.3 to 4.8.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@595b5ae...56339e5) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7add6a5 commit 306917c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: 'Dependency Review'
31-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
31+
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
3232
with:
3333
comment-summary-in-pr: always

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: apk add --no-cache tar
5454
continue-on-error: true
5555
- if: contains(matrix.terraform, '1.5.')
56-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
56+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5757
name: Cache TFLint plugin dir
5858
with:
5959
path: ~/.tflint.d/plugins
@@ -119,7 +119,7 @@ jobs:
119119
run: apk add --no-cache tar
120120
continue-on-error: true
121121
- if: contains(matrix.terraform, '1.3.')
122-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
122+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
123123
name: Cache TFLint plugin dir
124124
with:
125125
path: ~/.tflint.d/plugins
@@ -182,7 +182,7 @@ jobs:
182182
run: apk add --no-cache tar
183183
continue-on-error: true
184184
- if: contains(matrix.terraform, '1.5.')
185-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
185+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
186186
name: Cache TFLint plugin dir
187187
with:
188188
path: ~/.tflint.d/plugins

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
python-version: 3.x
8282
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
83-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
83+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8484
with:
8585
key: mkdocs-material-${{ env.cache_id }}
8686
path: .cache

0 commit comments

Comments
 (0)