From e86bb2eb771e12b8b28e0530764a8b88019b68e4 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sat, 2 Mar 2024 13:06:33 +0100 Subject: Address Node.js 16 actions are deprecated. Message on the run page continued with Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 9d3335c..60940e8 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -21,7 +21,7 @@ jobs: - 'quay.io/centos/centos:stream8' - 'quay.io/centos/centos:centos7' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set the right OS in the Dockerfile run: sed -i "s#^FROM.*#FROM ${{ matrix.os }}#" tests/Dockerfile - name: Build image -- cgit