From c61e8711a3a6181528c97a90b2b01a7943075530 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:45:49 -0500 Subject: [PATCH] Update GitHub actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 954443b..390efdb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,14 +56,14 @@ jobs: fetch-depth: 0 - name: 👀 Read app name - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: app_name with: file: 'fly.toml' field: 'app' - name: 🚀 Deploy Production - uses: superfly/flyctl-actions@1.4 + uses: superfly/flyctl-actions@1.5 with: args: 'deploy --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}'