Skip to content

Commit 3c8570f

Browse files
authored
Merge pull request #7 from kkohtaka/use-v1.0.0
Use v1.0.0 instead of master
2 parents aa3b882 + efc8e8d commit 3c8570f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
check_pr_size:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: kkohtaka/gh-actions-pr-size@master
14+
- uses: kkohtaka/gh-actions-pr-size@v1.0.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
check_pr_size:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: kkohtaka/gh-actions-pr-size@master
23+
- uses: kkohtaka/gh-actions-pr-size@v1.0.0
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
```

0 commit comments

Comments
 (0)