mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
update checkout version hash for el7
This commit is contained in:
parent
d402e1b83b
commit
26b31839d5
3
.github/workflows/plugins.yml
vendored
3
.github/workflows/plugins.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user