From 8963c9beb77b859dc86ac6aedbde723f2161b6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:13:45 +0000 Subject: [PATCH] Bump superfly/flyctl-actions from 1.5 to 1.6 Bumps [superfly/flyctl-actions](https://github.com/superfly/flyctl-actions) from 1.5 to 1.6. - [Release notes](https://github.com/superfly/flyctl-actions/releases) - [Commits](https://github.com/superfly/flyctl-actions/compare/1.5...1.6) --- updated-dependencies: - dependency-name: superfly/flyctl-actions dependency-version: '1.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09cb64b..62777a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -110,7 +110,7 @@ jobs: field: app - name: 🎈 Setup Fly - uses: superfly/flyctl-actions/setup-flyctl@1.5 + uses: superfly/flyctl-actions/setup-flyctl@1.6 - name: 🚀 Deploy Production run: flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}