Skip to content

Commit 87851ee

Browse files
committed
Update README examples with v2
1 parent 46a1054 commit 87851ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: Satisfy my repo CDO
6262
steps:
6363
- name: Delete those pesky dead branches
64-
uses: phpdocker-io/github-actions-delete-abandoned-branches@v1
64+
uses: phpdocker-io/github-actions-delete-abandoned-branches@v2
6565
id: delete_stuff
6666
with:
6767
github_token: ${{ github.token }}
@@ -96,7 +96,7 @@ jobs:
9696
name: Satisfy my repo CDO
9797
steps:
9898
- name: Delete those pesky dead branches
99-
uses: phpdocker-io/github-actions-delete-abandoned-branches@v1
99+
uses: phpdocker-io/github-actions-delete-abandoned-branches@v2
100100
id: delete_stuff
101101
with:
102102
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)