From b1e8d42ad7c958e5df89e324f75055c2805a298d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:00:54 +0000 Subject: [PATCH] Bump shioyang/check-pr-labels-on-push-action from 1.0.6 to 1.0.9 Bumps [shioyang/check-pr-labels-on-push-action](https://github.com/shioyang/check-pr-labels-on-push-action) from 1.0.6 to 1.0.9. - [Release notes](https://github.com/shioyang/check-pr-labels-on-push-action/releases) - [Commits](https://github.com/shioyang/check-pr-labels-on-push-action/compare/v1.0.6...v1.0.9) --- updated-dependencies: - dependency-name: shioyang/check-pr-labels-on-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76e8ee7..645198e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check PR labels action step id: labelcheck - uses: shioyang/check-pr-labels-on-push-action@v1.0.6 + uses: shioyang/check-pr-labels-on-push-action@v1.0.9 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["create-release"]'