From bb0f860e8b4ef2d1960f4776b99e430e5b6385b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 00:00:31 +0000 Subject: [PATCH] Bump actions-ecosystem/action-create-comment from v1 to v1.0.1 Bumps [actions-ecosystem/action-create-comment](https://github.com/actions-ecosystem/action-create-comment) from v1 to v1.0.1. - [Release notes](https://github.com/actions-ecosystem/action-create-comment/releases) - [Commits](https://github.com/actions-ecosystem/action-create-comment/compare/v1...d03fee877f4f27cacd8f650b8aad583718d2a7ae) Signed-off-by: dependabot[bot] --- .github/workflows/check-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 6877b6e..3078331 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -28,7 +28,7 @@ jobs: current_version: ${{ steps.get-latest-tag.outputs.tag }} level: ${{ steps.release-label.outputs.level }} - - uses: actions-ecosystem/action-create-comment@v1 + - uses: actions-ecosystem/action-create-comment@v1.0.1 if: ${{ steps.bump-semver.outputs.new_version != null }} with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6925409..d5a3c1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: release_name: ${{ steps.bump-semver.outputs.new_version }} body: ${{ steps.regex-match.outputs.group1 }} - - uses: actions-ecosystem/action-create-comment@v1 + - uses: actions-ecosystem/action-create-comment@v1.0.1 if: ${{ steps.bump-semver.outputs.new_version != null }} with: github_token: ${{ secrets.GITHUB_TOKEN }}