Skip to content

Commit d10ece6

Browse files
chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/build-image directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `hoverkraft-tech/ci-github-common` from 0.34.0 to 0.34.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@a236f01...03a5a2a) 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: hoverkraft-tech/ci-github-common dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 625e782 commit d10ece6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actions/docker/build-image/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ outputs:
149149
runs:
150150
using: "composite"
151151
steps:
152-
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@a236f015b7dda4712d2ba4d327b8bf27be4c3d3a # 0.34.0
152+
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@03a5a2a3626b03434b19b79cdd2e141bea410bae # 0.34.1
153153
with:
154154
source-path: ${{ github.action_path }}/../..
155155

156156
- id: slugify-platform
157-
uses: hoverkraft-tech/ci-github-common/actions/slugify@a236f015b7dda4712d2ba4d327b8bf27be4c3d3a # 0.34.0
157+
uses: hoverkraft-tech/ci-github-common/actions/slugify@03a5a2a3626b03434b19b79cdd2e141bea410bae # 0.34.1
158158
with:
159159
value: ${{ inputs.platform }}
160160

@@ -328,7 +328,7 @@ runs:
328328
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
329329

330330
- id: build
331-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
331+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
332332
with:
333333
context: ${{ inputs.context }}
334334
build-args: ${{ inputs.build-args }}

0 commit comments

Comments
 (0)