ci: Upgrade soon deprecated GitHub Actions (#43173)

I got so many warnings about [Node 20
EOL](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/)
in the [try](https://github.com/servo/servo/actions/runs/22945103342):

> The following actions are running on Node.js 20 and may not work as
expected...

We avoid touching those actions forked from web-platform-tests.

Testing: If this can merge, it is successful.

---------

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Euclid Ye
2026-03-11 19:02:42 +08:00
committed by GitHub
parent 0153f2ff0a
commit c242860f0e
9 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ runs:
# symlink to this version.
- name: Setup system python
if: ${{ inputs.skip-python-setup != 'true' }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: ${{ inputs.python-version-file-path }}
- name: Install uv