From 0ea999e0dd8cfd3a3956eb7498b962cb257a9b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:35:41 +0000 Subject: [PATCH] Bump myrotvorets/set-commit-status-action from 1.1.1 to 1.1.2 Bumps [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases) - [Commits](https://github.com/myrotvorets/set-commit-status-action/compare/1.1.1...1.1.2) Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 849b965..efbe234 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -81,7 +81,7 @@ jobs: registry_url: https://npm.pkg.github.com/ steps: - name: Set commit status to PENDING - uses: myrotvorets/set-commit-status-action@1.1.1 + uses: myrotvorets/set-commit-status-action@1.1.2 with: token: ${{ secrets.GITHUB_TOKEN }} status: pending @@ -108,7 +108,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets[matrix.secret] }} - name: Set final commit status - uses: myrotvorets/set-commit-status-action@1.1.1 + uses: myrotvorets/set-commit-status-action@1.1.2 with: token: ${{ secrets.GITHUB_TOKEN }} status: ${{ job.status }}