From 1d0d26106141ea319833145c1674558035c46a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:19:19 +0000 Subject: [PATCH] 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](https://github.com/myrotvorets/set-commit-status-action/compare/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] --- .github/workflows/sanity-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity-tests.yaml b/.github/workflows/sanity-tests.yaml index 55d9c18..8667895 100644 --- a/.github/workflows/sanity-tests.yaml +++ b/.github/workflows/sanity-tests.yaml @@ -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 }} @@ -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 }}