Skip to content

Commit 439fe55

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.35.0 to 0.36.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@8e63086...6931f48) Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@8e63086...6931f48) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-container dependency-version: 0.36.0 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.36.0 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 cbcb0ad commit 439fe55

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
@@ -139,7 +139,7 @@ jobs:
139139
core.setOutput("initiated-by", initiatedBy);
140140
141141
- id: chart-variables
142-
uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0
142+
uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0
143143
with:
144144
uri: ${{ steps.check-client-payload.outputs.chart }}
145145

.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@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0
243+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0
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@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0
357+
uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0
358358
with:
359359
chart: ${{ inputs.chart-name }}
360360
path: ${{ inputs.chart-path }}

0 commit comments

Comments
 (0)