Skip to content

Commit 2c8e24b

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): Bump the github-actions-dependencies group across 1 directory with 3 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs), [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-nodejs/.github/workflows/continuous-integration.yml` from 0.23.1 to 0.23.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@9f77c58...47891dc) Updates `hoverkraft-tech/ci-github-container` from 0.33.0 to 0.33.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@e68cac9...2b647ed) Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.33.0 to 0.33.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@e68cac9...2b647ed) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f84b3c3 commit 2c8e24b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/__test-action-deploy-jekyll-jampack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88
jobs:
99
continuous-integration:
1010
name: Continuous integration for "deploy/jekyll" action
11-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@9f77c58db848451f244f78047fbf779c60bb8641 # 0.23.1
11+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
1212
permissions:
1313
contents: read
1414
id-token: write

.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@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0
142+
uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
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@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0
243+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
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@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0
357+
uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
358358
with:
359359
chart: ${{ inputs.chart-name }}
360360
path: ${{ inputs.chart-path }}

0 commit comments

Comments
 (0)