From eb7d9b6be0f23522016b954c4031923f5eee0827 Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Thu, 31 Mar 2022 11:26:52 -0400
Subject: [PATCH] Fix automated deploy (again)

---
 .github/workflows/continuous_delivery.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/continuous_delivery.yaml b/.github/workflows/continuous_delivery.yaml
index 2f70da5..c6e21aa 100644
--- a/.github/workflows/continuous_delivery.yaml
+++ b/.github/workflows/continuous_delivery.yaml
@@ -74,7 +74,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Setup flyctl
-      uses: superfly/flyctl-actions/setup-flyctl@1.3
+      uses: superfly/flyctl-actions/setup-flyctl@master
 
     - name: Notify start
       id: deployment
-- 
GitLab