From a1462ce0880c410b3735340847df1afbe0c377a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:00:18 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#4810) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 5972868e47..74d752d8da 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout sources if: ${{ matrix.distrib == 'el7' }} - uses: actions/checkout@v3 # el7 is not compatible with checkout v4 which uses node20 + uses: actions/checkout@v4 # el7 is not compatible with checkout v4 which uses node20 - name: Checkout sources if: ${{ matrix.distrib != 'el7' }}