diff --git a/.github/workflows/dashboard_ci.yml b/.github/workflows/dashboard_ci.yml index 7bfbf63615..b6cd9aa2cc 100644 --- a/.github/workflows/dashboard_ci.yml +++ b/.github/workflows/dashboard_ci.yml @@ -45,7 +45,7 @@ jobs: - name: Create GitHub Release if: github.event_name == 'push' - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: tag: release-${{ github.sha }} owner: AstrBotDevs diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index f905a537be..ff7e79e618 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Validate PR title - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const title = (context.payload.pull_request.title || "").trim();