From f9a4331eed89f4c6e6283853f364e2cd37e30094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:53:41 +0100 Subject: [PATCH] build(deps): bump myrotvorets/set-commit-status-action (#1511) 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](https://github.com/myrotvorets/set-commit-status-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/manual_deploy.yml | 4 ++-- .github/workflows/manual_test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual_deploy.yml b/.github/workflows/manual_deploy.yml index c30ecf8f1..9b166699c 100644 --- a/.github/workflows/manual_deploy.yml +++ b/.github/workflows/manual_deploy.yml @@ -29,7 +29,7 @@ jobs: id: comment-branch - name: Set latest commit status as pending - uses: myrotvorets/set-commit-status-action@v2.0.0 + uses: myrotvorets/set-commit-status-action@v2.0.1 with: sha: ${{ steps.comment-branch.outputs.head_sha }} token: ${{ secrets.GITHUB_TOKEN }} @@ -92,7 +92,7 @@ jobs: }) - name: Set latest commit status as ${{ job.status }} - uses: myrotvorets/set-commit-status-action@v2.0.0 + uses: myrotvorets/set-commit-status-action@v2.0.1 if: always() with: sha: ${{ steps.comment-branch.outputs.head_sha }} diff --git a/.github/workflows/manual_test.yml b/.github/workflows/manual_test.yml index b199d1a80..ad0658af5 100644 --- a/.github/workflows/manual_test.yml +++ b/.github/workflows/manual_test.yml @@ -30,7 +30,7 @@ jobs: id: comment-branch - name: Set latest commit status as pending - uses: myrotvorets/set-commit-status-action@v2.0.0 + uses: myrotvorets/set-commit-status-action@v2.0.1 with: sha: ${{ steps.comment-branch.outputs.head_sha }} token: ${{ secrets.GITHUB_TOKEN }} @@ -94,7 +94,7 @@ jobs: }) - name: Set latest commit status as ${{ job.status }} - uses: myrotvorets/set-commit-status-action@v2.0.0 + uses: myrotvorets/set-commit-status-action@v2.0.1 if: always() with: sha: ${{ steps.comment-branch.outputs.head_sha }}