From 8393be98abce936d1abb68915be426329803d160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:00:46 +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 d7ce9df..8b275dc 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"]'