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:
dependabot[bot] 2024-01-17 10:00:18 +01:00 committed by GitHub
parent a39c7e5478
commit a1462ce088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ jobs:
steps: steps:
- name: Checkout sources - name: Checkout sources
if: ${{ matrix.distrib == 'el7' }} 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 - name: Checkout sources
if: ${{ matrix.distrib != 'el7' }} if: ${{ matrix.distrib != 'el7' }}