Skip to content

Commit

Permalink
chore: update action version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyang authored Jan 6, 2023
1 parent c9a6392 commit 64554ed
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/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"]'
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/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"]'
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.6",
"version": "1.0.7",
"main": "index.js",
"repository": "git@github.com:shioyang/check-pr-labels-on-push-action.git",
"author": "Tomohiro (Tomo) SHIOYA",
Expand Down

0 comments on commit 64554ed

Please sign in to comment.