chore(deps): Bump myrotvorets/set-commit-status-action (#3911)

This commit is contained in:
dependabot[bot] 2024-02-26 13:45:50 +01:00 committed by GitHub
parent d3ccaddb70
commit 2c1faa7244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
# but presently does not work correctly via split workflow. It is useful in a split workflow as the 1st stage
# no longer indicates if the entire workflow/deployment was successful.
- name: 'Commit Status: Set Workflow Status as Pending'
uses: myrotvorets/set-commit-status-action@v2.0.0
uses: myrotvorets/set-commit-status-action@v2.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending
@ -105,7 +105,7 @@ jobs:
Built with commit: ${{ env.PR_HEADSHA }}
- name: 'Commit Status: Update deployment status'
uses: myrotvorets/set-commit-status-action@v2.0.0
uses: myrotvorets/set-commit-status-action@v2.0.1
# Always run this step regardless of job failing early:
if: ${{ always() }}
env: