Skip to content

Commit cef67e7

Browse files
committed
Update README and cleanup script to use v1 of the action
1 parent 20cf219 commit cef67e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
days-before-stale: 30
2424
days-before-close: 7
2525

26-
- uses: phpdocker-io/github-actions-delete-abandoned-branches@0.3
26+
- uses: phpdocker-io/github-actions-delete-abandoned-branches@1
2727
with:
2828
github_token: ${{ github.token }}
2929
last_commit_age_days: 100

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Satisfy my repo CDO
5959
steps:
6060
- name: Delete those pesky dead branches
61-
uses: phpdocker-io/github-actions-delete-abandoned-branches@0.3
61+
uses: phpdocker-io/github-actions-delete-abandoned-branches@1
6262
id: delete_stuff
6363
with:
6464
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)