diff --git a/.github/workflows/continuous_delivery.yaml b/.github/workflows/continuous_delivery.yaml
index c6e21aacdbb12291819c4eaf94fc8f6e5107fc9d..364c792b9cb5914da648dd16649090d822361757 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 }}