Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
token: ${{ secrets.GITHUB_TOKEN }}
Loading