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