Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 2 updates: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [azure/setup-helm](https://github.com/azure/setup-helm).


Updates `hoverkraft-tech/ci-github-common` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.13.1...0.13.2)

Updates `azure/setup-helm` from 3.5 to 4
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v3.5...v4)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and neilime committed Apr 12, 2024
1 parent 8b8d050 commit 83db57c
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__generate-dependabot-config.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ permissions:

jobs:
generate-dependabot-config:
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.2
with:
github-app-id: ${{ vars.CI_BOT_APP_ID }}
secrets:
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.2
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 }}
2 changes: 1 addition & 1 deletion .github/workflows/__need-fix-to-issue.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.2
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ permissions:

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.2

test-action-docker-build-image:
needs: linter
2 changes: 1 addition & 1 deletion .github/workflows/__stale.yml
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.2
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ jobs:

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

- name: Delete test packages
uses: actions/github-script@v7.0.1
2 changes: 1 addition & 1 deletion .github/workflows/__test-action-helm-release-chart.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
exit 1
fi
- uses: azure/setup-helm@v3.5
- uses: azure/setup-helm@v4
with:
token: ${{ github.token }}

4 changes: 2 additions & 2 deletions .github/workflows/docker-build-images.yml
Original file line number Diff line number Diff line change
@@ -241,7 +241,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.13.1
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.13.2
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
value: ${{ steps.build.outputs.built-image }}
@@ -267,7 +267,7 @@ jobs:
built-images: ${{ steps.built-images.outputs.built-images }}
steps:
- id: get-matrix-outputs
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.13.1
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.13.2
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}

0 comments on commit 83db57c

Please sign in to comment.