From 65c6c86c77ffa008ed549225554c07c0e7676738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:34:35 +0000 Subject: [PATCH] Bump dokku/github-action from 1.9.0 to 1.10.0 Bumps [dokku/github-action](https://github.com/dokku/github-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/dokku/github-action/releases) - [Commits](https://github.com/dokku/github-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: dokku/github-action dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fd00609..58c5bb73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Push to Dokku - uses: dokku/github-action@v1.9.0 + uses: dokku/github-action@v1.10.0 with: branch: ${{ env.DOKKU_REMOTE_BRANCH }} git_push_flags: ${{ env.GIT_PUSH_FLAGS }}