From d53d5b51759ef8af5835ff1ee7b311561c72a075 Mon Sep 17 00:00:00 2001 From: jaotan Date: Wed, 3 May 2023 22:15:38 +0900 Subject: [PATCH] Update dependencies packages by renovate (2023-05-01) (#1044) * chore: Update dependencies packages by renovate * chore(deps): update jetbrains/qodana-action action to v2023 (#1043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomachi <8929706+book000@users.noreply.github.com> * fix(deps): update dependency com.sk89q.worldedit:worldedit-core to v7.2.14 (#1038) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomachi <8929706+book000@users.noreply.github.com> * chore(deps): update peter-evans/create-or-update-comment action to v3 (#1040) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomachi <8929706+book000@users.noreply.github.com> * fix(deps): update dependency net.dv8tion:jda to v5.0.0-beta.8 (#1042) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomachi <8929706+book000@users.noreply.github.com> * fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.41 (#1041) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomachi <8929706+book000@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomachi <8929706+book000@users.noreply.github.com> --- .github/workflows/qodana-quality.yml | 2 +- .github/workflows/release.yml | 4 ++-- pom.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/qodana-quality.yml b/.github/workflows/qodana-quality.yml index c3040552..8c4ec708 100644 --- a/.github/workflows/qodana-quality.yml +++ b/.github/workflows/qodana-quality.yml @@ -22,7 +22,7 @@ jobs: distribution: adopt - name: Qodana Scan - uses: JetBrains/qodana-action@v2022.3.4 + uses: JetBrains/qodana-action@v2023.1.0 timeout-minutes: 30 with: upload-result: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04d86402..75b50f11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Is Successful Deploy if: ${{ fromJson(steps.deployRequest.outputs.response).status == 'SUCCESSFUL' }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -133,7 +133,7 @@ jobs: - name: Is Failed Deploy if: ${{ fromJson(steps.deployRequest.outputs.response).status == 'ERROR' }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/pom.xml b/pom.xml index bf0d7391..9aa45aad 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ net.dv8tion JDA - 5.0.0-beta.6 + 5.0.0-beta.8 club.minnced @@ -204,7 +204,7 @@ com.jaoafa jaosuperachievement2 - 2.5.39 + 2.5.41 provided @@ -243,7 +243,7 @@ com.sk89q.worldedit worldedit-core - 7.2.13 + 7.2.14 provided