From d6f1888c7d3d20fe89dae75e17edee5934dcc210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:04:44 +0000 Subject: [PATCH] chore(deps): 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.production.yml | 2 +- .github/workflows/deploy.staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.production.yml b/.github/workflows/deploy.production.yml index e3e0a096..97a12048 100644 --- a/.github/workflows/deploy.production.yml +++ b/.github/workflows/deploy.production.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v6 - name: 🎈 Setup Fly - uses: superfly/flyctl-actions/setup-flyctl@1.5 + uses: superfly/flyctl-actions/setup-flyctl@1.6 - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/deploy.staging.yml b/.github/workflows/deploy.staging.yml index 0288d6c0..21615106 100644 --- a/.github/workflows/deploy.staging.yml +++ b/.github/workflows/deploy.staging.yml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v6 - name: 🎈 Setup Fly - uses: superfly/flyctl-actions/setup-flyctl@1.5 + uses: superfly/flyctl-actions/setup-flyctl@1.6 - name: 🚀 Deploy Staging run: flyctl deploy --remote-only --config ./fly.staging.toml --build-arg COMMIT_SHA=${{ github.sha }} --strategy bluegreen