Bump actions/checkout from 3 to 4 (#4810)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a39c7e5478
commit
a1462ce088
|
@ -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' }}
|
||||
|
|
Loading…
Reference in New Issue