Skip to content

Commit 70ed66e

Browse files
chore(deps): update github actions (major) (#361)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dorny/paths-filter](https://redirect.github.com/dorny/paths-filter) | action | major | `v3.0.3` → `v4.0.1` | | [node](https://redirect.github.com/nodejs/node) | container | major | `22-alpine3.21` → `25-alpine3.21` | --- ### Release Notes <details> <summary>dorny/paths-filter (dorny/paths-filter)</summary> ### [`v4.0.1`](https://redirect.github.com/dorny/paths-filter/releases/tag/v4.0.1) [Compare Source](https://redirect.github.com/dorny/paths-filter/compare/v4...v4.0.1) #### What's Changed - Support merge queue by [@&#8203;masaru-iritani](https://redirect.github.com/masaru-iritani) in [#&#8203;255](https://redirect.github.com/dorny/paths-filter/pull/255) #### New Contributors - [@&#8203;masaru-iritani](https://redirect.github.com/masaru-iritani) made their first contribution in [#&#8203;255](https://redirect.github.com/dorny/paths-filter/pull/255) **Full Changelog**: <dorny/paths-filter@v4.0.0...v4.0.1> ### [`v4.0.0`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://redirect.github.com/dorny/paths-filter/compare/v3.0.3...v4.0.0) - [Update action runtime to node24](https://redirect.github.com/dorny/paths-filter/pull/294) </details> <details> <summary>nodejs/node (node)</summary> ### [`v25`](https://redirect.github.com/nodejs/node/blob/HEAD/CHANGELOG.md#20151125-Version-0128-LTS--rvagg) <a href="doc/changelogs/CHANGELOG_V012.md#0.12.8">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.8</a>. ### [`v24`](https://redirect.github.com/nodejs/node/blob/HEAD/CHANGELOG.md#2015-05-24-Version-210-rvagg) <a href="doc/changelogs/CHANGELOG_IOJS.md#2.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.1.0</a>. ### [`v23`](https://redirect.github.com/nodejs/node/blob/HEAD/CHANGELOG.md#2016-05-05-Version-610-Current--Fishrock123) <a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.1.0</a>. </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/voidzero-dev/vite-task). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cae7216 commit 70ed66e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
code-changed: ${{ steps.filter.outputs.code }}
3333
steps:
3434
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
35-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
35+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3636
id: filter
3737
with:
3838
filters: |
@@ -147,7 +147,7 @@ jobs:
147147
name: Test (musl)
148148
runs-on: namespace-profile-linux-x64-default
149149
container:
150-
image: node:22-alpine3.21
150+
image: node:25-alpine3.21
151151
options: --shm-size=256m # shm_io tests need bigger shared memory
152152
env:
153153
# Override all rustflags to skip the zig cross-linker from .cargo/config.toml.

0 commit comments

Comments
 (0)