diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index c1c2af87..da9673d7 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v3 - name: GitOps (build, push and deploy a new Docker image) - uses: Staffbase/gitops-github-action@v4.1 + uses: Staffbase/gitops-github-action@v5 with: docker-username: ${{ secrets.docker-username }} docker-password: ${{ secrets.docker-password }}