Skip to content

Commit 85d3beb

Browse files
chore(deps): update github-actions (#528)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cross-platform-actions/action](https://redirect.github.com/cross-platform-actions/action) | action | minor | `v0.27.0` -> `v0.28.0` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | minor | `v2.51.2` -> `v2.52.0` | --- ### Release Notes <details> <summary>cross-platform-actions/action (cross-platform-actions/action)</summary> ### [`v0.28.0`](https://redirect.github.com/cross-platform-actions/action/releases/tag/v0.28.0): Cross Platform Action 0.28.0 [Compare Source](https://redirect.github.com/cross-platform-actions/action/compare/v0.27.0...v0.28.0) ##### Added - Add support for FreeBSD 13.5 ([#&#8203;99](https://redirect.github.com/cross-platform-actions/action/issues/99)) - Add support for OpenBSD 7.7 ([openbsd-builder#21](https://redirect.github.com/cross-platform-actions/openbsd-builder/pull/21)) - Add support for Haiku ([#&#8203;30](https://redirect.github.com/cross-platform-actions/action/issues/30)) </details> <details> <summary>taiki-e/install-action (taiki-e/install-action)</summary> ### [`v2.52.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.52.0): 2.52.0 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.51.3...v2.52.0) - Support `trivy`. ([#&#8203;970](https://redirect.github.com/taiki-e/install-action/pull/970), thanks [@&#8203;jayvdb](https://redirect.github.com/jayvdb)) - Update `syft@latest` to 1.26.1. - Update `rclone@latest` to 1.69.3. - Update `cargo-shear@latest` to 1.2.8. ### [`v2.51.3`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.51.3): 2.51.3 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.51.2...v2.51.3) - Update `wasmtime@latest` to 33.0.0. - Update `cargo-tarpaulin@latest` to 0.32.7. - Update `espup@latest` to 0.15.1. - Update `dprint@latest` to 0.50.0. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8253cba commit 85d3beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-napi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
151151
- name: Build
152152
id: build
153-
uses: cross-platform-actions/action@fe0167d8082ac584754ef3ffb567fded22642c7d # v0.27.0
153+
uses: cross-platform-actions/action@97419d18f6470332677e345e9df97cdc71244ead # v0.28.0
154154
env:
155155
DEBUG: napi:*
156156
RUSTUP_IO_THREADS: 1

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2525

26-
- uses: taiki-e/install-action@941e8a4d9d7cdb696bd4f017cf54aca281f8ffff # v2.51.2
26+
- uses: taiki-e/install-action@52039f232923165906a3c824622a332e84ca4560 # v2.52.0
2727
with:
2828
tool: zizmor
2929

0 commit comments

Comments
 (0)