Skip to content

Commit 3f7c50f

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container) and [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container). Updates `hoverkraft-tech/ci-github-container` from 0.36.2 to 0.37.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@5396e12...c9088e8) Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.36.2 to 0.37.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@5396e12...c9088e8) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-container dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ecd2fc commit 3f7c50f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-argocd-app-of-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
core.setOutput("initiated-by", initiatedBy);
144144
145145
- id: chart-variables
146-
uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2
146+
uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2
147147
with:
148148
uri: ${{ steps.check-client-payload.outputs.chart }}
149149

.github/workflows/deploy-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
build-oci-images:
241241
name: Build OCI images
242242
needs: prepare-deploy
243-
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2
243+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2
244244
permissions:
245245
contents: read
246246
id-token: write
@@ -354,7 +354,7 @@ jobs:
354354
core.setOutput('deploy-values', JSON.stringify(deployValues));
355355
356356
- id: release
357-
uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2
357+
uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2
358358
with:
359359
chart: ${{ inputs.chart-name }}
360360
path: ${{ inputs.chart-path }}

0 commit comments

Comments
 (0)