Update integration-beta.yml
diff --git a/.github/workflows/integration-beta.yml b/.github/workflows/integration-beta.yml
index c97b525..c91f35f 100644
--- a/.github/workflows/integration-beta.yml
+++ b/.github/workflows/integration-beta.yml
@@ -104,7 +104,7 @@
           persist-credentials: false
 
       - name: Install SSH Client
-        uses: webfactory/ssh-agent@v0.2.0
+        uses: webfactory/ssh-agent@v0.4.1
         with:
           ssh-private-key: ${{ secrets.DEPLOY_KEY }}
 
@@ -139,7 +139,7 @@
           persist-credentials: false
 
       - name: Install SSH Client
-        uses: webfactory/ssh-agent@v0.2.0
+        uses: webfactory/ssh-agent@v0.4.1
         with:
           ssh-private-key: ${{ secrets.DEPLOY_KEY }}