From f9fb295f43371d478f44eb2aa3083831dbed18c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:01:17 +0000 Subject: [PATCH] Bump actions-ecosystem/action-release-label from 1 to 1.2.0 Bumps [actions-ecosystem/action-release-label](https://github.com/actions-ecosystem/action-release-label) from 1 to 1.2.0. - [Release notes](https://github.com/actions-ecosystem/action-release-label/releases) - [Commits](https://github.com/actions-ecosystem/action-release-label/compare/v1...v1.2.0) 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 35af156..7acf873 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions-ecosystem/action-release-label@v1 + - uses: actions-ecosystem/action-release-label@v1.2.0 id: release-label if: ${{ startsWith(github.event.label.name, 'release/') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6925409..ad8d4cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions-ecosystem/action-release-label@v1 + - uses: actions-ecosystem/action-release-label@v1.2.0 id: release-label if: ${{ steps.get-merged-pull-request.outputs.title != null }} with: