From cc0393c481a07b8a428fb1e14fbb4c13744fd158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:15:04 +0000 Subject: [PATCH] chore(ci)(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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8784c5..5e3e55c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Flyctl if: ${{ secrets.FLY_API_TOKEN != '' }} - uses: superfly/flyctl-actions/setup-flyctl@1.5 + uses: superfly/flyctl-actions/setup-flyctl@1.6 - name: Deploy if: ${{ secrets.FLY_API_TOKEN != '' }}