From c8d2c1179eca730b9846fe58d471fe6437257a9b Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Fri, 8 Mar 2024 14:54:05 +0200 Subject: [PATCH] github_ci: update checkout actions Update checkout GitHub action to v4 as node.js 16 actions are being deprecated. Signed-off-by: Matias Elo --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ed6c20b..5601d2c 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -92,7 +92,7 @@ jobs: 'rocky_linux_9-arm64-native'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image run: docker build $IMAGE_DIR -t $IMAGE_NAME