From 6807d7738141978c9d2d5fb48b4248ec964746f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:25:51 +0000 Subject: [PATCH] Bump superfly/flyctl-actions from 1.5 to 2 Bumps [superfly/flyctl-actions](https://github.com/superfly/flyctl-actions) from 1.5 to 2. - [Release notes](https://github.com/superfly/flyctl-actions/releases) - [Commits](https://github.com/superfly/flyctl-actions/compare/1.5...v2) --- updated-dependencies: - dependency-name: superfly/flyctl-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 809dc22..259aa1e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: cache-to: type=gha,scope=cached-stage,mode=max load: true tags: app:latest - - uses: superfly/flyctl-actions@1.5 + - uses: superfly/flyctl-actions@v2 env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} with: