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' }}