From f0cfd21913fe08b6d5e9a9ea8a8d4b3257b741cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:37:32 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..d07aca0 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@v5 # 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..bd32f71 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@v5 # Copy the action so that it can be used in the workflow - name: Copy action From 5f97824add1d8d853fe33d18ab1f31a0ced3aafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:38:00 +0000 Subject: [PATCH 2/2] Add changeset for Dependabot PR #4 [dependabot skip] --- .changeset/dependabot-ecc6f69.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-ecc6f69.md diff --git a/.changeset/dependabot-ecc6f69.md b/.changeset/dependabot-ecc6f69.md new file mode 100644 index 0000000..ae70d44 --- /dev/null +++ b/.changeset/dependabot-ecc6f69.md @@ -0,0 +1,5 @@ +--- +"test-pom": patch +--- + +- com.opencsv:opencsv: 5.11.1 \ No newline at end of file