From e6b88d5b860c97a7cc2bcfc9499915424e0a029a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 23:57:49 +0000 Subject: [PATCH] Update TryGhost/action-deploy-theme action to v1.6.3 --- .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 3897ac12..2c754ebb 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -15,7 +15,7 @@ jobs: - run: yarn test:ci - run: yarn ship - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.6.2 + uses: TryGhost/action-deploy-theme@v1.6.3 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}