Skip to content

Commit e6232da

Browse files
Update rubygems/release-gem action to v1.1.2 (#692)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rubygems/release-gem](https://redirect.github.com/rubygems/release-gem) | action | patch | `v1.1.1` -> `v1.1.2` | --- ### Release Notes <details> <summary>rubygems/release-gem (rubygems/release-gem)</summary> ### [`v1.1.2`](https://redirect.github.com/rubygems/release-gem/releases/tag/v1.1.2) [Compare Source](https://redirect.github.com/rubygems/release-gem/compare/v1.1.1...v1.1.2) #### What's Changed - Update example to opt out of persisting credentials by [@&#8203;landongrindheim](https://redirect.github.com/landongrindheim) in [#&#8203;19](https://redirect.github.com/rubygems/release-gem/pull/19) - Prevent credentials from being written to disk by [@&#8203;landongrindheim](https://redirect.github.com/landongrindheim) in [#&#8203;20](https://redirect.github.com/rubygems/release-gem/pull/20) - doc: update GitHub Actions checkout action v5 by [@&#8203;nicolasleger](https://redirect.github.com/nicolasleger) in [#&#8203;22](https://redirect.github.com/rubygems/release-gem/pull/22) - Update sigstore-cli to unblock attestations by [@&#8203;landongrindheim](https://redirect.github.com/landongrindheim) in [#&#8203;25](https://redirect.github.com/rubygems/release-gem/pull/25) #### New Contributors - [@&#8203;landongrindheim](https://redirect.github.com/landongrindheim) made their first contribution in [#&#8203;19](https://redirect.github.com/rubygems/release-gem/pull/19) - [@&#8203;nicolasleger](https://redirect.github.com/nicolasleger) made their first contribution in [#&#8203;22](https://redirect.github.com/rubygems/release-gem/pull/22) **Full Changelog**: <rubygems/release-gem@v1.1.1...v1.1.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a32d5ea commit e6232da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
git add lib/line/bot/version.rb Gemfile.lock
4747
git commit -m "Set version to $VERSION"
48-
- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1
48+
- uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b # v1.1.2
4949

5050
- name: Create GitHub Issue on Failure
5151
if: failure()

0 commit comments

Comments
 (0)