Update .github/workflows/plugins.yml

This commit is contained in:
Stéphane Chapron 2024-01-18 15:38:43 +01:00 committed by GitHub
parent d5ee3741b5
commit d402e1b83b
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@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' }}