Skip to content

Commit 6337cee

Browse files
Bump the actions-all-dependencies group across 1 directory with 2 updates
Bumps the actions-all-dependencies group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-all-dependencies - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cce1b4 commit 6337cee

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m pip freeze --local
3333
shell: bash
3434
- name: 📦 Cache Pre-commit tools
35-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
35+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3636
with:
3737
path: ~/.cache/pre-commit
3838
key: pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/reusable-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
1111

1212
- name: Build
13-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
13+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
1414
with:
1515
push: false
1616
cache-from: type=gha

.github/workflows/reusable-review_apps_on_pr_change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4949

5050
- name: Build
51-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
51+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5252
with:
5353
push: true
5454
tags: ${{ steps.generate_image_uri.outputs.URI }}

.github/workflows/terraform-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
github_token: ${{ secrets.MISE_PAT }}
190190
install_args: tflint
191191

192-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
192+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
193193
name: Cache tflint plugin dir
194194
with:
195195
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)