From 27170f7faa8c664a8f867acf0d48e9d36c04e745 Mon Sep 17 00:00:00 2001 From: Alexey <4681325+qqrm@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:51:13 +0300 Subject: [PATCH] chore: bump release-please action --- .github/workflows/release-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 2903f0c..db71a2b 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write steps: - name: Release-please - uses: google-github-actions/release-please-action@v3 + uses: google-github-actions/release-please-action@v4 with: # Specify the type of project. Rust crates use the 'rust' release type, # which will update Cargo.toml and Cargo.lock and generate release @@ -43,4 +43,4 @@ jobs: create-release: true # Use the GitHub token provided by Actions. The token needs # permission to create PRs and releases. - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}