Skip to content

Commit

Permalink
update actions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Mar 1, 2024
1 parent 2964f95 commit b4d270d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ runs:
check-modified-files-only: true
max-depth: 0

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
if: inputs.commit_method == 'commit'
name: Commit artifact
id: auto-commit
Expand Down Expand Up @@ -262,7 +262,7 @@ runs:
- name: Create Pull Request
if: inputs.commit_method == 'pr'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
id: auto-pr
with:
title: ${{ inputs.pr_title }}
Expand Down

0 comments on commit b4d270d

Please sign in to comment.