Skip to content

Commit fc7692d

Browse files
committed
Bump suggest-changes action.
1 parent 45107d5 commit fc7692d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Formatting.yml renamed to .github/workflows/Format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Formatting'
1+
name: 'Format'
22

33
on:
44
pull_request:
@@ -43,7 +43,7 @@ jobs:
4343
[ $? -eq 2 ] && exit 1 || exit 0
4444
4545
- name: Suggest changes
46-
uses: parkerbxyz/suggest-changes@v1
46+
uses: parkerbxyz/suggest-changes@v2
4747
with:
4848
comment: 'Runic suggested the following formatting changes.'
4949
event: 'COMMENT'

0 commit comments

Comments
 (0)