Skip to content

Commit 8ed92be

Browse files
committed
ci: update actions to Node.js 24 to fix deprecation warnings
- actions/checkout v4 → v5 - dorny/paths-filter v3 → v4 Node.js 20 actions will be forced to Node.js 24 starting June 2, 2026, and removed from runners September 16, 2026. https://claude.ai/code/session_01EZcsmvQWmaAJDM6KXL1RoT
1 parent 832f02d commit 8ed92be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
builds: ${{ steps.filter.outputs.builds }}
1616
installer: ${{ steps.filter.outputs.installer }}
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: dorny/paths-filter@v3
18+
- uses: actions/checkout@v5
19+
- uses: dorny/paths-filter@v4
2020
id: filter
2121
with:
2222
filters: |
@@ -58,7 +58,7 @@ jobs:
5858
image: ${{ matrix.image }}
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
- name: System Basic Packages
6363
run: |
6464
if command -v apt-get; then

0 commit comments

Comments
 (0)