Skip to content

Commit 1d0d261

Browse files
dependabot[bot]phracek
authored andcommitted
Bump myrotvorets/set-commit-status-action from 1.1.5 to 2.0.1
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]>
1 parent 52bd5c6 commit 1d0d261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sanity-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip3 install pre-commit
3838
3939
- name: Set status to pending
40-
uses: myrotvorets/set-commit-status-action@1.1.5
40+
uses: myrotvorets/set-commit-status-action@v2.0.1
4141
with:
4242
context: "Sanity check"
4343
sha: ${{ steps.sha.outputs.sha }}
@@ -59,7 +59,7 @@ jobs:
5959
echo "result=$result" >> $GITHUB_OUTPUT
6060
6161
- name: Set status to final state
62-
uses: myrotvorets/set-commit-status-action@1.1.5
62+
uses: myrotvorets/set-commit-status-action@v2.0.1
6363
with:
6464
context: "Sanity check"
6565
status: ${{ steps.pre_commit_tests.outputs.result }}

0 commit comments

Comments
 (0)