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 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