update checkout version hash for el7

This commit is contained in:
Paul Oureib 2024-01-18 15:58:05 +01:00
parent d402e1b83b
commit 26b31839d5
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ jobs:
steps:
- name: Checkout sources
if: ${{ matrix.distrib == 'el7' }}
uses: actions/checkout@v3 # el7 is not compatible with checkout v4 which uses node20
# el7 is not compatible with checkout v4 which uses node20
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Checkout sources
if: ${{ matrix.distrib != 'el7' }}