From 64554edb22f777fd1cb1d56d0f61e2b42651543c Mon Sep 17 00:00:00 2001 From: "Tomohiro (Tomo) SHIOYA" Date: Fri, 6 Jan 2023 12:19:55 +0900 Subject: [PATCH] chore: update action version (#28) --- .github/workflows/main.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5db347d..c8bc22c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Check PR labels action step id: check_pr_labels - uses: shioyang/check-pr-labels-on-push-action@v1.0.6 + uses: shioyang/check-pr-labels-on-push-action@v1.0.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["enhancement"]' diff --git a/README.md b/README.md index bfd0b4b..59a50a6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: steps: - name: Check PR labels action step id: check_pr_labels - uses: shioyang/check-pr-labels-on-push-action@v1.0.6 + uses: shioyang/check-pr-labels-on-push-action@v1.0.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["enhancement"]' diff --git a/package.json b/package.json index c8e1264..d8cedd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-pr-labels-on-push-action", - "version": "1.0.6", + "version": "1.0.7", "main": "index.js", "repository": "git@github.com:shioyang/check-pr-labels-on-push-action.git", "author": "Tomohiro (Tomo) SHIOYA",