diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97c2fd3..3588e6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Release # yamllint disable-line rule:comments - uses: google-github-actions/release-please-action@078b9b8dda7799db29972b379561ff8e19b08e82 # v4.0.3 + uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 with: # to create protected tags token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}