From 8217e128af788fcfc42996442db734f96a246a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:32:33 +0000 Subject: [PATCH] build(deps): bump dokku/github-action from 1.7.0 to 1.10.0 Bumps [dokku/github-action](https://github.com/dokku/github-action) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/dokku/github-action/releases) - [Commits](https://github.com/dokku/github-action/compare/v1.7.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/promote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 2fc0a5d4..74f8b899 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -94,7 +94,7 @@ jobs: # Promote the EXACT runtime image (by digest) that was built and verified. - name: Deploy runtime image to Dokku - uses: dokku/github-action@v1.7.0 + uses: dokku/github-action@v1.10.0 with: git_remote_url: ${{ inputs.dokku_remote_url }}/${{ inputs.app_name }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}