Skip to content

Commit

Permalink
chore(deps): update bobheadxi/deployments action to v1.5.0 (#985)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 4, 2024
1 parent 18153ec commit 4e45a1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:

# Mark the deployment as started (allows the PR to display "Deployment started" messages.)
- name: Start deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:

# Mark the deployment as succeeded or failed.
- name: Update deployment status
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
if: always() && github.head_ref
with:
step: finish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# 2. Deactivate environment
- name: Deactivate environment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
with:
step: deactivate-env
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4e45a1a

Please sign in to comment.