diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 06f685ee..4a9097b9 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.4.1 + uses: TryGhost/action-deploy-theme@v1.5.0 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}