From b84708faa60e34d91ccbcf82c025862cd523f1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:06:31 +0000 Subject: [PATCH] chore(deps): bump superfly/flyctl-actions Bumps [superfly/flyctl-actions](https://github.com/superfly/flyctl-actions) from 5e0688e3d0586e2cad2288e6c49c3e9bedac39e5 to fc53c09e1bc3be6f54706524e3b82c4f462f77be. - [Release notes](https://github.com/superfly/flyctl-actions/releases) - [Commits](https://github.com/superfly/flyctl-actions/compare/5e0688e3d0586e2cad2288e6c49c3e9bedac39e5...fc53c09e1bc3be6f54706524e3b82c4f462f77be) --- updated-dependencies: - dependency-name: superfly/flyctl-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.ci.yml b/.github/workflows/deploy.ci.yml index 060ce6cc5d..f7c8f5d551 100644 --- a/.github/workflows/deploy.ci.yml +++ b/.github/workflows/deploy.ci.yml @@ -87,7 +87,7 @@ jobs: - name: "Setup: Checkout" uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: "Setup: Fly" - uses: superfly/flyctl-actions/setup-flyctl@5e0688e3d0586e2cad2288e6c49c3e9bedac39e5 # master + uses: superfly/flyctl-actions/setup-flyctl@fc53c09e1bc3be6f54706524e3b82c4f462f77be # master - name: "Deploy: Fly (${{ inputs.environment }})" env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}