From 1fe3bb051c8f325f2b22b944eec11e8b74f009bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:26:57 +0000 Subject: [PATCH] chore(deps): bump Staffbase/gitops-github-action from 5.2 to 5.3 Bumps [Staffbase/gitops-github-action](https://github.com/staffbase/gitops-github-action) from 5.2 to 5.3. - [Release notes](https://github.com/staffbase/gitops-github-action/releases) - [Commits](https://github.com/staffbase/gitops-github-action/compare/v5.2...v5.3) --- updated-dependencies: - dependency-name: Staffbase/gitops-github-action 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 920f927f..b1188e8b 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v4 - name: GitOps (build, push and deploy a new Docker image) - uses: Staffbase/gitops-github-action@v5.2 + uses: Staffbase/gitops-github-action@v5.3 with: docker-username: ${{ secrets.docker-username }} docker-password: ${{ secrets.docker-password }}