From e2eb9f92713a6278602f6fcf1b452b9bb244f01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:54:08 +0000 Subject: [PATCH] GitHub Actions: Bump azure/k8s-create-secret from 5 to 6 Bumps [azure/k8s-create-secret](https://github.com/azure/k8s-create-secret) from 5 to 6. - [Release notes](https://github.com/azure/k8s-create-secret/releases) - [Changelog](https://github.com/Azure/k8s-create-secret/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/k8s-create-secret/compare/v5...v6) --- updated-dependencies: - dependency-name: azure/k8s-create-secret dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/modeling_api_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modeling_api_deploy.yml b/.github/workflows/modeling_api_deploy.yml index 68b2799..92cb5fd 100644 --- a/.github/workflows/modeling_api_deploy.yml +++ b/.github/workflows/modeling_api_deploy.yml @@ -49,7 +49,7 @@ jobs: use-kubelogin: true - name: Setup image pull secret - uses: azure/k8s-create-secret@v5 + uses: azure/k8s-create-secret@v6 with: namespace: ${{ vars.CLUSTER_NAMESPACE }} secret-name: cosmotech-modeling-api-image-secret-${{ matrix.imageTag }} @@ -58,7 +58,7 @@ jobs: container-registry-password: ${{ secrets.GHCR_CREDENTIALS_PASSWORD }} - name: Setup simulator push secret - uses: azure/k8s-create-secret@v5 + uses: azure/k8s-create-secret@v6 with: namespace: ${{ vars.CLUSTER_NAMESPACE }} secret-name: cosmotech-modeling-api-simulator-secret-${{ matrix.imageTag }}