Skip to content

Commit

Permalink
Update composite action dependencies (#340)
Browse files Browse the repository at this point in the history
* Update composite action dependencies

* Update CHANGELOG.md

---------

Co-authored-by: ericcornelissen <3742559+ericcornelissen@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
  • Loading branch information
3 people authored Jan 12, 2025
1 parent bbfa4a8 commit 27d80bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Versioning].

### `tool-versions-update-action/commit`

- _No changes yet._
- Bump `stefanzweifel/git-auto-commit-action` from v5.0.1 to v5.1.0.

### `tool-versions-update-action/pr`

Expand Down
2 changes: 1 addition & 1 deletion commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ runs:
- name: Create commit
if: ${{ steps.update.outputs.updated-count != '0' }}
id: create-commit
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # pin@v5
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # pin@v5
with:
skip_dirty_check: false

Expand Down

0 comments on commit 27d80bd

Please sign in to comment.