From 89fa1470e9caabf43d5a72572aed481e5efe4ba0 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 21 Jul 2020 14:45:09 +0100 Subject: [PATCH] Updated deploy GitHub Action --- .github/workflows/deploy-theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index f9aaa87d..e25fc544 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@master - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.2.0 + uses: TryGhost/action-deploy-theme@v1.4.0 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}