Skip to content
Closed
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-ecc6f69.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"test-pom": patch
---

- com.opencsv:opencsv: 5.11.1
2 changes: 1 addition & 1 deletion .github/workflows/build-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'FortnoxAB/changesets-java-dependabot-action'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Copy the action so that it can be used in the workflow
- name: Copy action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Copy the action so that it can be used in the workflow
- name: Copy action
Expand Down