yazninja / wuwa-tweaks

A CLI tool for tweaking settings and optimizations for Wuthering Waves
GNU Affero General Public License v3.0
28 stars 1 forks source link

Update oven-sh/setup-bun action to v1.2.2 #4

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
oven-sh/setup-bun action patch v1.2.1 -> v1.2.2

Release Notes

oven-sh/setup-bun (oven-sh/setup-bun) ### [`v1.2.2`](https://togithub.com/oven-sh/setup-bun/releases/tag/v1.2.2) [Compare Source](https://togithub.com/oven-sh/setup-bun/compare/v1.2.1...v1.2.2) `oven-sh/setup-bun` is the github action for setting up Bun. This release introduces support for the `bun-download-url` input, which lets you override the URL used to download the .zip file for Bun. Here's an example: ```yaml - name: Setup Bun uses: oven-sh/setup-bun@v1.2.2 with: bun-version: latest bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip" ```

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.