Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dependabot-219958f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"test-pom": patch
---

- com.opencsv:opencsv: 5.11.1
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ runs:


# TODO This could perhaps have been amended into the previous commit by dependabot, but not sure if it can be done or how to safely do that
# Stay at stefanzweifel/git-auto-commit-action@v5 until this is resolved: https://github.com/stefanzweifel/git-auto-commit-action/issues/383
# Stay at stefanzweifel/git-auto-commit-action@v7 until this is resolved: https://github.com/stefanzweifel/git-auto-commit-action/issues/383
# or just replace it with something else.
- uses: stefanzweifel/git-auto-commit-action@v5
- uses: stefanzweifel/git-auto-commit-action@v7
with:
# Use [dependabot skip] to not interrupt how Dependabot works,
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#allowing-dependabot-to-rebase-and-force-push-over-extra-commits
Expand Down