Skip to content

Commit c6c14f5

Browse files
chilin0525jpmcb
andauthored
Update action version to v2.0.0 in README (#95)
* Bump to v2.0.0 * Apply suggestions from code review Co-authored-by: John McBride <jpmmcbride@gmail.com> --------- Co-authored-by: John McBride <jpmmcbride@gmail.com>
1 parent 20e4ca0 commit c6c14f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
execute:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: jpmcb/prow-github-actions@v1
24+
- uses: jpmcb/prow-github-actions@v2
2525
with:
2626
prow-commands: /assign /unassign /approve /retitle /area /kind /priority /remove /lgtm /close /reopen /lock /milestone /hold /cc /uncc
2727
github-token: '${{ secrets.GITHUB_TOKEN }}'
@@ -39,7 +39,7 @@ jobs:
3939
execute:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: jpmcb/prow-github-actions@v1
42+
- uses: jpmcb/prow-github-actions@v2
4343
with:
4444
jobs: lgtm
4545
github-token: '${{ secrets.GITHUB_TOKEN }}'
@@ -58,7 +58,7 @@ jobs:
5858
execute:
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: jpmcb/prow-github-actions@v1
61+
- uses: jpmcb/prow-github-actions@v2
6262
with:
6363
jobs: lgtm
6464
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)