Skip to content

Commit

Permalink
chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.0 to 0.9.1
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.9.0 to 0.9.1.
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.9.0...0.9.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Oct 29, 2023
1 parent 5270f8a commit 4c66d80
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__generate-dependabot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
generate-dependabot-config:
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.9.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.9.1
with:
github-app-id: ${{ vars.CI_BOT_APP_ID }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.9.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.9.1
with:
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
github-app-id: ${{ vars.CI_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.9.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.9.1

test-action-docker-build-image:
needs: linter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- id: get-issue-number
if: ${{ github.event_name == 'pull_request' }}
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.9.0
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.9.1

- name: Cleanup images tags
if: ${{ github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__test-workflow-docker-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

- id: get-issue-number
if: ${{ github.event_name == 'pull_request' }}
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.9.0
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.9.1

- name: Cleanup application-1 images
if: ${{ github.event_name == 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,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.9.0
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.9.1
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
value: ${{ steps.outputs-built-image.outputs.built-image }}
Expand All @@ -220,7 +220,7 @@ jobs:
id-token: write
steps:
- id: get-matrix-outputs
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.9.0
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.9.1
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}

Expand Down

0 comments on commit 4c66d80

Please sign in to comment.