Skip to content

Commit

Permalink
chore: update versions on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyang committed Mar 25, 2024
1 parent 8b1df1c commit 542fcf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/[email protected].10
uses: shioyang/[email protected].12
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/[email protected].10
uses: shioyang/[email protected].12
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-pr-labels-on-push-action",
"version": "1.0.10",
"version": "1.0.12",
"main": "index.js",
"repository": "[email protected]:shioyang/check-pr-labels-on-push-action.git",
"author": "Tomohiro (Tomo) SHIOYA",
Expand Down

0 comments on commit 542fcf6

Please sign in to comment.