From dbdf91402387a2ea1b15ac112a73a5c705b5f672 Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Thu, 31 Mar 2022 11:32:00 -0400
Subject: [PATCH] Update deployments action

---
 .github/workflows/continuous_delivery.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/continuous_delivery.yaml b/.github/workflows/continuous_delivery.yaml
index c6e21aa..364c792 100644
--- a/.github/workflows/continuous_delivery.yaml
+++ b/.github/workflows/continuous_delivery.yaml
@@ -78,7 +78,7 @@ jobs:
 
     - name: Notify start
       id: deployment
-      uses: bobheadxi/deployments@v0.6.1
+      uses: bobheadxi/deployments@v1
       with:
         step: start
         token: ${{ secrets.GITHUB_TOKEN }}
@@ -91,7 +91,7 @@ jobs:
         FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
 
     - name: Notify finish
-      uses: bobheadxi/deployments@v0.6.1
+      uses: bobheadxi/deployments@v1
       with:
         step: finish
         deployment_id: ${{ steps.deployment.outputs.deployment_id }}
-- 
GitLab