Skip to content

Commit 665d45d

Browse files
committed
Updated deploy theme action pin
Updated the pinned `TryGhost/action-deploy-theme` SHA across all theme deploy workflows to the commit behind `v2.0.2`. This keeps the workflows on immutable action references while picking up the latest deploy zip exclusion defaults.
1 parent 48adbf3 commit 665d45d

16 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/alto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.ALTO_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.ALTO_GHOST_ADMIN_API_KEY }}

.github/workflows/bulletin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.BULLETIN_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.BULLETIN_GHOST_ADMIN_API_KEY }}

.github/workflows/dawn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.DAWN_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.DAWN_GHOST_ADMIN_API_KEY }}

.github/workflows/digest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.DIGEST_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.DIGEST_GHOST_ADMIN_API_KEY }}

.github/workflows/dope.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.DOPE_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.DOPE_GHOST_ADMIN_API_KEY }}

.github/workflows/ease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.EASE_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.EASE_GHOST_ADMIN_API_KEY }}

.github/workflows/edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.EDGE_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.EDGE_GHOST_ADMIN_API_KEY }}

.github/workflows/edition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.EDITION_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.EDITION_GHOST_ADMIN_API_KEY }}

.github/workflows/episode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.EPISODE_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.EPISODE_GHOST_ADMIN_API_KEY }}

.github/workflows/headline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- name: Deploy theme
48-
uses: TryGhost/action-deploy-theme@1a25f014c92aac9240db4823faaf2ab942d36e78 # v2
48+
uses: TryGhost/action-deploy-theme@57d2c493d3fc90d624bb9b906d29066c61bbbfe1 # v2
4949
with:
5050
api-url: ${{ secrets.HEADLINE_GHOST_ADMIN_API_URL }}
5151
api-key: ${{ secrets.HEADLINE_GHOST_ADMIN_API_KEY }}

0 commit comments

Comments
 (0)