diff options
| author | Jan Pazdziora <jan.pazdziora@code.adelton.com> | 2026-03-10 22:34:40 +0100 |
|---|---|---|
| committer | Jan Pazdziora <jan.pazdziora@code.adelton.com> | 2026-03-10 22:34:40 +0100 |
| commit | d4299d52fc1001feb750af7e61726e05a977138d (patch) | |
| tree | 9929e8c15e98c37f07f60665c23c791a616f40a4 /.github/workflows | |
| parent | ef7f847a62e940b2fd15156b3bc73691f08059a4 (diff) | |
Warning on the run page ended continued with
The following actions are running on Node.js 20 and may not work
as expected: actions/checkout@v4.
[...]
For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index b811c7e..1f2269c 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -20,7 +20,7 @@ jobs: - 'quay.io/centos/centos:stream9' - 'docker.io/almalinux:8' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set the right OS in the Dockerfile run: sed -i "s#^FROM.*#FROM ${{ matrix.os }}#" tests/Dockerfile - name: Build image |
