From d057ff351bc28436e461b9f0bfa2ebaa88da3337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 00:02:54 +0000 Subject: [PATCH] Update TryGhost/action-deploy-theme action to v1.6.0 --- .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 9f3a9c6f..b39a2557 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.5.0 + uses: TryGhost/action-deploy-theme@v1.6.0 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}