From b174f1ea567880d85dea08d5e1ceb1dcbfc8ff56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:03:27 +0000 Subject: [PATCH] chore(deps): bump Staffbase/gitops-github-action from 8.0.1 to 8.1.0 Bumps [Staffbase/gitops-github-action](https://github.com/staffbase/gitops-github-action) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/staffbase/gitops-github-action/releases) - [Commits](https://github.com/staffbase/gitops-github-action/compare/6bfcdaa9b13b7e23c9b21e67a150e2cda8d92fe1...662552ca51c41530c0acb11ece85faa24394eba2) --- updated-dependencies: - dependency-name: Staffbase/gitops-github-action dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/template_gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 42faada5..8a3da8e0 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -138,7 +138,7 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) id: gitops - uses: Staffbase/gitops-github-action@6bfcdaa9b13b7e23c9b21e67a150e2cda8d92fe1 # v8.0.1 + uses: Staffbase/gitops-github-action@662552ca51c41530c0acb11ece85faa24394eba2 # v8.1.0 with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}