Skip to content

Commit d9fef87

Browse files
authored
chore(deps): update taiki-e/upload-rust-binary-action action to v1.26.0 (#2334)
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.25.0` -> `v1.26.0` | --- ### Release Notes <details> <summary>taiki-e/upload-rust-binary-action (taiki-e/upload-rust-binary-action)</summary> ### [`v1.26.0`](https://redirect.github.com/taiki-e/upload-rust-binary-action/releases/tag/v1.26.0): 1.26.0 [Compare Source](https://redirect.github.com/taiki-e/upload-rust-binary-action/compare/v1.25.0...v1.26.0) - Add `dry-run-intended` input option to suppress informational warnings generated by `dry-run` ([#&#8203;100](https://redirect.github.com/taiki-e/upload-rust-binary-action/pull/100), thanks [@&#8203;eirnym](https://redirect.github.com/eirnym)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 2012e17 commit d9fef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@31389c348ad0130069bed8448bf507fe8617f67f # v1.25.0
175+
- uses: taiki-e/upload-rust-binary-action@db101489b509ad1c7acce163e118eb36a1650f98 # v1.26.0
176176
with:
177177
bin: cargo-nextest
178178
# The tag name contains the binary name so just use that.

0 commit comments

Comments
 (0)