Skip to content

Commit ddd5bd8

Browse files
authored
Merge pull request #2175 from WordPress/dependabot/github_actions/bobheadxi/deployments-648679e8e4915b27893bd7dbc35cb504dc915bc8
Bump bobheadxi/deployments from 18dcfe705d6892121d665b21ef9ff448791807f3 to 648679e8e4915b27893bd7dbc35cb504dc915bc8
2 parents c02c332 + 8da9068 commit ddd5bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Start deployment
129129
if: steps.check-deployment.outputs.deploy == 'true'
130-
uses: bobheadxi/deployments@18dcfe705d6892121d665b21ef9ff448791807f3 # v1
130+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
131131
id: wporg-deployment
132132
with:
133133
step: start
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Finish deployment
151151
if: ${{ steps.wporg-deployment.outputs.deployment_id && always() }}
152-
uses: bobheadxi/deployments@18dcfe705d6892121d665b21ef9ff448791807f3 # v1
152+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
153153
with:
154154
step: finish
155155
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)