From 651dd4a778569c451898a3995c8bac22ef719812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:35:33 +0000 Subject: [PATCH] build(deps): bump hoverkraft-tech/ci-github-common from 0.4.3 to 0.13.0 Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.4.3 to 0.13.0. - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.4.3...0.13.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/__shared-ci.yml | 6 +++--- .github/workflows/generate-dependabot-config.yml | 2 +- .github/workflows/generate-release-config.yml | 2 +- .github/workflows/pull-request-ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 234c232..6082ac4 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -13,7 +13,7 @@ on: jobs: checks: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.4.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.0 get-available-images-matrix: needs: checks @@ -43,7 +43,7 @@ jobs: # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix # https://github.com/orgs/community/discussions/26639 - - uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.4.3 + - uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.13.0 with: value: ${{ steps.set-images-to-build.outputs.images }} artifact-name: images-to-build @@ -57,7 +57,7 @@ jobs: images: ${{ steps.get-matrix-outputs.outputs.result }} steps: - id: get-matrix-outputs - uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.4.3 + uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.13.0 with: artifact-name: "images-to-build" diff --git a/.github/workflows/generate-dependabot-config.yml b/.github/workflows/generate-dependabot-config.yml index 4059ef6..9ad3fa0 100644 --- a/.github/workflows/generate-dependabot-config.yml +++ b/.github/workflows/generate-dependabot-config.yml @@ -6,7 +6,7 @@ on: - main jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.4.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.0 with: github-app-id: ${{ vars.CI_BOT_APP_ID }} secrets: diff --git a/.github/workflows/generate-release-config.yml b/.github/workflows/generate-release-config.yml index 987ad11..ae6d114 100644 --- a/.github/workflows/generate-release-config.yml +++ b/.github/workflows/generate-release-config.yml @@ -57,7 +57,7 @@ jobs: app_id: ${{ vars.CI_BOT_APP_ID }} private_key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }} - - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.4.3 + - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.13.0 with: github-token: ${{ steps.generate-token.outputs.token }} branch: chore/release-config diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index fb6ac2d..9ed1bbb 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -51,7 +51,7 @@ jobs: core.setOutput('comment-body','No images have been built.'); } - - uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@0.4.3 + - uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@0.13.0 with: title: "Images have been built :sparkles: !" body: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d01cfc7..ae9389d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix # https://github.com/orgs/community/discussions/26639 - if: steps.should-build-image.outputs.should-build-image == 'true' - uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.4.3 + uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.13.0 with: value: ${{ steps.set-images-to-build.outputs.images }} artifact-name: images-to-build @@ -80,7 +80,7 @@ jobs: images: ${{ steps.get-matrix-outputs.outputs.result }} steps: - id: get-matrix-outputs - uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.4.3 + uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.13.0 with: artifact-name: "images-to-build"