From 542fcf6f8dbad68c61bcbd4d1bce1531caf31c30 Mon Sep 17 00:00:00 2001 From: shioyang Date: Mon, 25 Mar 2024 23:13:24 +0900 Subject: [PATCH] chore: update versions on docs --- .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 0bf56c3..136ca9e 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.10 + uses: shioyang/check-pr-labels-on-push-action@v1.0.12 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["enhancement"]' diff --git a/README.md b/README.md index 502273a..aeb3688 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.10 + uses: shioyang/check-pr-labels-on-push-action@v1.0.12 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["enhancement"]' diff --git a/package.json b/package.json index 82c6145..4e82c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-pr-labels-on-push-action", - "version": "1.0.10", + "version": "1.0.12", "main": "index.js", "repository": "git@github.com:shioyang/check-pr-labels-on-push-action.git", "author": "Tomohiro (Tomo) SHIOYA",