diff --git a/.github/workflows/deploy-argocd-app-of-apps.yml b/.github/workflows/deploy-argocd-app-of-apps.yml index 1fc0fce..7b628ce 100644 --- a/.github/workflows/deploy-argocd-app-of-apps.yml +++ b/.github/workflows/deploy-argocd-app-of-apps.yml @@ -139,7 +139,7 @@ jobs: core.setOutput("initiated-by", initiatedBy); - id: chart-variables - uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 with: uri: ${{ steps.check-client-payload.outputs.chart }} diff --git a/.github/workflows/deploy-chart.yml b/.github/workflows/deploy-chart.yml index 30d62a2..d89fedb 100644 --- a/.github/workflows/deploy-chart.yml +++ b/.github/workflows/deploy-chart.yml @@ -240,7 +240,7 @@ jobs: build-oci-images: name: Build OCI images needs: prepare-deploy - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 permissions: contents: read id-token: write @@ -354,7 +354,7 @@ jobs: core.setOutput('deploy-values', JSON.stringify(deployValues)); - id: release - uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 with: chart: ${{ inputs.chart-name }} path: ${{ inputs.chart-path }}