From aff667a8bf142c4bc37f4f8f574170fe346a338d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 05:07:49 +0000 Subject: [PATCH] chore(deps): update myrotvorets/set-commit-status-action action to v1.1.5 --- .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 a8548fc..170b3d0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -68,7 +68,7 @@ jobs: registry_url: https://npm.pkg.github.com/ steps: - name: Set commit status to PENDING - uses: myrotvorets/set-commit-status-action@5b39333f62641d4fe9c0967572f738a4aea8a15b # renovate: tag=1.1.4 + uses: myrotvorets/set-commit-status-action@74391422f441069685b0836133f6117f286debe5 # tag=1.1.5 with: token: ${{ secrets.GITHUB_TOKEN }} status: pending @@ -95,7 +95,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets[matrix.secret] }} - name: Set final commit status - uses: myrotvorets/set-commit-status-action@5b39333f62641d4fe9c0967572f738a4aea8a15b # renovate: tag=1.1.4 + uses: myrotvorets/set-commit-status-action@74391422f441069685b0836133f6117f286debe5 # tag=1.1.5 with: token: ${{ secrets.GITHUB_TOKEN }} status: ${{ job.status }}