From be43d2464d36c5783e651629a97973d34007d795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:45:49 +0000 Subject: [PATCH] chore(deps): update all major dependencies --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5992050..2cd8e10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.13.0 - name: Upload release assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/* @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: Update release notes from changelog - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');