From 07150d7ced3048c7d29726c16c78dec10505c8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 00:05:04 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-common from 0.3.1 to 0.3.2 Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.3.1...0.3.2) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/__generate-dependabot-config.yml | 2 +- .github/workflows/__test-docker-build-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__generate-dependabot-config.yml b/.github/workflows/__generate-dependabot-config.yml index b8f81d21..17018eee 100644 --- a/.github/workflows/__generate-dependabot-config.yml +++ b/.github/workflows/__generate-dependabot-config.yml @@ -6,4 +6,4 @@ on: - main jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.3.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.3.2 diff --git a/.github/workflows/__test-docker-build-images.yml b/.github/workflows/__test-docker-build-images.yml index 0af6e7c8..a6c6dd08 100644 --- a/.github/workflows/__test-docker-build-images.yml +++ b/.github/workflows/__test-docker-build-images.yml @@ -96,7 +96,7 @@ jobs: - id: get-issue-number if: ${{ github.event_name == 'pull_request' }} - uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.3.1 + uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.3.2 - name: Cleanup application-1 images if: ${{ github.event_name == 'pull_request' }}