Update .github/workflows/plugins.yml
This commit is contained in:
parent
d5ee3741b5
commit
d402e1b83b
|
@ -141,7 +141,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
if: ${{ matrix.distrib == 'el7' }}
|
if: ${{ matrix.distrib == 'el7' }}
|
||||||
uses: actions/checkout@v4 # el7 is not compatible with checkout v4 which uses node20
|
uses: actions/checkout@v3 # el7 is not compatible with checkout v4 which uses node20
|
||||||
|
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
if: ${{ matrix.distrib != 'el7' }}
|
if: ${{ matrix.distrib != 'el7' }}
|
||||||
|
|
Loading…
Reference in New Issue