From 401ca0c7b3dc5af532e869951aafcce75bd3f552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 07:03:01 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-common Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.7.0...0.7.1) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- actions/docker/build-image/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index f1581d2d..85ef54ea 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -71,7 +71,7 @@ runs: rm -fr ./self-actions - id: slugify-platform - uses: hoverkraft-tech/ci-github-common/actions/slugify@0.7.0 + uses: hoverkraft-tech/ci-github-common/actions/slugify@0.7.1 with: value: ${{ inputs.platform }} @@ -98,9 +98,9 @@ runs: - id: get-issue-number if: inputs.tag == '' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_review' || github.event_name == 'issue_comment') - uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.7.0 + uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.7.1 - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.7.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.7.1 - shell: bash run: git lfs pull