From eb0b6d9298c75c649575c1e26018535af8a6bf96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:35:09 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dependabot.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-dependabot.yml b/.github/workflows/build-dependabot.yml index 0e3e2e1..d561a7e 100644 --- a/.github/workflows/build-dependabot.yml +++ b/.github/workflows/build-dependabot.yml @@ -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@v6 # Copy the action so that it can be used in the workflow - name: Copy action diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c6fb1c..3c70849 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # Copy the action so that it can be used in the workflow - name: Copy action From e528963268754fd9f413d7ad224802465681e9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:35:32 +0000 Subject: [PATCH 2/2] Add changeset for Dependabot PR #7 [dependabot skip] --- .changeset/dependabot-7301a3e.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-7301a3e.md diff --git a/.changeset/dependabot-7301a3e.md b/.changeset/dependabot-7301a3e.md new file mode 100644 index 0000000..ae70d44 --- /dev/null +++ b/.changeset/dependabot-7301a3e.md @@ -0,0 +1,5 @@ +--- +"test-pom": patch +--- + +- com.opencsv:opencsv: 5.11.1 \ No newline at end of file