Skip to content

Commit

Permalink
update checkout version hash for el7
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires committed Jan 18, 2024
1 parent d402e1b commit 26b3183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 26b3183

Please sign in to comment.