From c65558928d5bfa29acdc9aace525d9548c6a99be Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Tue, 21 May 2024 09:00:35 +0200 Subject: [PATCH] ci: update checkout to v4 (to fix warning) Fixes Github deprecation warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3 Signed-off-by: Krzysztof Kozlowski --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be2d833..42cda2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -364,7 +364,7 @@ jobs: echo "VARIANT: $VARIANT" - name: Git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install additional packages run: |