Skip to content

Commit

Permalink
Bump myrotvorets/set-commit-status-action from 1.1.5 to 2.0.1
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 1.1.5 to 2.0.1.
- [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases)
- [Commits](myrotvorets/set-commit-status-action@1.1.5...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phracek committed Jan 13, 2025
1 parent 52bd5c6 commit 1d0d261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip3 install pre-commit
- name: Set status to pending
uses: myrotvorets/set-commit-status-action@1.1.5
uses: myrotvorets/set-commit-status-action@v2.0.1
with:
context: "Sanity check"
sha: ${{ steps.sha.outputs.sha }}
Expand All @@ -59,7 +59,7 @@ jobs:
echo "result=$result" >> $GITHUB_OUTPUT
- name: Set status to final state
uses: myrotvorets/set-commit-status-action@1.1.5
uses: myrotvorets/set-commit-status-action@v2.0.1
with:
context: "Sanity check"
status: ${{ steps.pre_commit_tests.outputs.result }}
Expand Down

0 comments on commit 1d0d261

Please sign in to comment.