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 }}