From 4b4a2957e3d72898c23fa5306e67f1e702afa202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 21:04:48 +0000 Subject: [PATCH] build(deps): bump superfly/flyctl-actions from 1.3 to 1.4 Bumps [superfly/flyctl-actions](https://github.com/superfly/flyctl-actions) from 1.3 to 1.4. - [Release notes](https://github.com/superfly/flyctl-actions/releases) - [Commits](https://github.com/superfly/flyctl-actions/compare/1.3...1.4) --- updated-dependencies: - dependency-name: superfly/flyctl-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 4 ++-- .github/workflows/python.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index d1505e7..216c3e8 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -122,7 +122,7 @@ jobs: # - name: 🚀 Deploy Staging # if: ${{ github.ref == 'refs/heads/dev' }} - # uses: superfly/flyctl-actions@1.3 + # uses: superfly/flyctl-actions@1.4 # with: # args: "deploy --app ${{ steps.app_name.outputs.value }}-staging --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}" # env: @@ -130,7 +130,7 @@ jobs: - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} - uses: superfly/flyctl-actions@1.3 + uses: superfly/flyctl-actions@1.4 with: args: "deploy --detach --config node.toml" env: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3823c1e..3544f15 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -126,7 +126,7 @@ jobs: # TODO add staging deploy in the future if on dev branch - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} - uses: superfly/flyctl-actions@1.3 + uses: superfly/flyctl-actions@1.4 with: args: "deploy --config python.toml" env: