Skip to content

Commit 64f642a

Browse files
authored
Update taiki-e/upload-rust-binary-action action to v1.27.0 (#2405)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/upload-rust-binary-action](https://redirect.github.com/taiki-e/upload-rust-binary-action) | action | minor | `v1.26.0` -> `v1.27.0` | --- ### Release Notes <details> <summary>taiki-e/upload-rust-binary-action (taiki-e/upload-rust-binary-action)</summary> ### [`v1.27.0`](https://redirect.github.com/taiki-e/upload-rust-binary-action/releases/tag/v1.27.0): 1.27.0 [Compare Source](https://redirect.github.com/taiki-e/upload-rust-binary-action/compare/v1.26.0...v1.27.0) - Add `package` input option. ([#&#8203;103](https://redirect.github.com/taiki-e/upload-rust-binary-action/pull/103), thanks [@&#8203;A4-Tacks](https://redirect.github.com/A4-Tacks)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41NC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 604e721 commit 64f642a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5757
- name: Install Rust
5858
uses: dtolnay/rust-toolchain@stable
59-
- uses: taiki-e/upload-rust-binary-action@db101489b509ad1c7acce163e118eb36a1650f98 # v1.26.0
59+
- uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0
6060
with:
6161
bin: internal-test
6262
# The tag name contains the binary name so just use that.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
if: startsWith(matrix.os, 'macos')
173173
run: |
174174
brew install b2sum
175-
- uses: taiki-e/upload-rust-binary-action@db101489b509ad1c7acce163e118eb36a1650f98 # v1.26.0
175+
- uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0
176176
with:
177177
bin: cargo-nextest
178178
# The tag name contains the binary name so just use that.

0 commit comments

Comments
 (0)