Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump hoverkraft-tech/ci-github-common from 0.4.3 to 0.13.0
Browse files Browse the repository at this point in the history
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](hoverkraft-tech/ci-github-common@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] <support@github.com>
dependabot[bot] authored Apr 1, 2024
1 parent 9a72358 commit 651dd4a
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
@@ -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"

2 changes: 1 addition & 1 deletion .github/workflows/generate-dependabot-config.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-config.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
@@ -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: |
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 651dd4a

Please sign in to comment.