From 8d9f927c77a3f90678f6c1715d396de5453a65c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:00:07 +0000 Subject: [PATCH] chore(deps): bump superfly/flyctl-actions from 1.4 to 1.5 Bumps [superfly/flyctl-actions](https://github.com/superfly/flyctl-actions) from 1.4 to 1.5. - [Release notes](https://github.com/superfly/flyctl-actions/releases) - [Commits](https://github.com/superfly/flyctl-actions/compare/v1.4...1.5) --- updated-dependencies: - dependency-name: superfly/flyctl-actions 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 c90c32bc..775d4c9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -135,7 +135,7 @@ jobs: field: app - name: 🎈 Setup Fly - uses: superfly/flyctl-actions/setup-flyctl@v1.4 + uses: superfly/flyctl-actions/setup-flyctl@1.5 - name: 🚀 Deploy Staging if: ${{ github.ref == 'refs/heads/dev' }}