From 6c9b38be8d9b1867f96dea39d1d9a07b34e9772a Mon Sep 17 00:00:00 2001 From: Luigui Delyer Date: Tue, 30 Jul 2024 14:34:26 +0200 Subject: [PATCH] Bumping the action version --- .github/workflows/based-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/based-deploy.yml b/.github/workflows/based-deploy.yml index d6671a8..afe5747 100644 --- a/.github/workflows/based-deploy.yml +++ b/.github/workflows/based-deploy.yml @@ -22,7 +22,7 @@ jobs: run: npm install - name: Deploy the branch - uses: atelier-saulx/based-deploy@v1.1.9 + uses: atelier-saulx/based-deploy@main env: userID: ${{ secrets.BASED_USER_ID }} apiKey: ${{ secrets.BASED_API_KEY }}