From 0e82425898426213f9eee7360549218ab2d59531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 05:31:10 +0000 Subject: [PATCH] Bump myrotvorets/set-commit-status-action from 1.1.0 to 1.1.1 Bumps [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases) - [Commits](https://github.com/myrotvorets/set-commit-status-action/compare/1.1.0...1.1.1) Signed-off-by: dependabot[bot] --- .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 7325440..d794e5d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -73,7 +73,7 @@ jobs: registry_url: https://npm.pkg.github.com/ steps: - name: Set commit status to PENDING - uses: myrotvorets/set-commit-status-action@1.1.0 + uses: myrotvorets/set-commit-status-action@1.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} status: pending @@ -100,7 +100,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets[matrix.secret] }} - name: Set final commit status - uses: myrotvorets/set-commit-status-action@1.1.0 + uses: myrotvorets/set-commit-status-action@1.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} status: ${{ job.status }}