Skip to content

Commit

Permalink
build(deps): bump myrotvorets/set-commit-status-action (#1511)
Browse files Browse the repository at this point in the history
Bumps [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases)
- [Commits](myrotvorets/set-commit-status-action@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: myrotvorets/set-commit-status-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent f881a5b commit f9a4331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: comment-branch

- name: Set latest commit status as pending
uses: myrotvorets/[email protected].0
uses: myrotvorets/[email protected].1
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
})
- name: Set latest commit status as ${{ job.status }}
uses: myrotvorets/[email protected].0
uses: myrotvorets/[email protected].1
if: always()
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: comment-branch

- name: Set latest commit status as pending
uses: myrotvorets/[email protected].0
uses: myrotvorets/[email protected].1
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
})
- name: Set latest commit status as ${{ job.status }}
uses: myrotvorets/[email protected].0
uses: myrotvorets/[email protected].1
if: always()
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}
Expand Down

0 comments on commit f9a4331

Please sign in to comment.