-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI(deps): Update actions/checkout action to v4 #3138
Conversation
According error message it seems NodeJS version v20.x.x require newer glibc lib version 2.25 than default 2.17 under CentOS CI.
CentOS Linux 7 EOL: 2024-06-30 |
I'm fine with dropping the CentOS 7 check, but make a PR to remove it. The CentOS 7 check now fails on the main branch and it did fail here in this PR. |
Maybe we can try override Node.js version with jobs:
build:
name: ${{ matrix.os }} build
runs-on: ubuntu-22.04
container: ${{ matrix.os }}
strategy:
matrix:
os:
- centos:7
fail-fast: false
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: '12'
|
Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see OSGeo#3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023).
Done in #3141 |
Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see #3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023). Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see OSGeo#3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023). Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see OSGeo#3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023). Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com>
Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see OSGeo#3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023). Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com>
Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see OSGeo#3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023). Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com>
* CI: drop outdated CentOS 7 compilation (#3141) Remove of CentOS 7 compilation as no longer compatible with new GHA checkout v4 (see #3138 - Background: default runtime now node20. Node16 has end of life on 11 Sep 2023). Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com> * windows: use Python 3.12 with updated OSGeo4W (#3603) See: https://lists.osgeo.org/pipermail/grass-dev/2024-April/096269.html --------- Co-authored-by: Markus Neteler <neteler@osgeo.org> Co-authored-by: Vaclav Petras <wenzeslaus@gmail.com>
This PR contains the following updates:
v3
->v4
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
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.