Skip to content

Commit b4d270d

Browse files
authored
update actions (#8)
1 parent 2964f95 commit b4d270d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ runs:
232232
check-modified-files-only: true
233233
max-depth: 0
234234

235-
- uses: stefanzweifel/git-auto-commit-action@v4
235+
- uses: stefanzweifel/git-auto-commit-action@v5
236236
if: inputs.commit_method == 'commit'
237237
name: Commit artifact
238238
id: auto-commit
@@ -262,7 +262,7 @@ runs:
262262
263263
- name: Create Pull Request
264264
if: inputs.commit_method == 'pr'
265-
uses: peter-evans/create-pull-request@v5
265+
uses: peter-evans/create-pull-request@v6
266266
id: auto-pr
267267
with:
268268
title: ${{ inputs.pr_title }}

0 commit comments

Comments
 (0)