use older checkout for older node version

This commit is contained in:
dcvz 2024-06-03 00:01:16 +02:00
parent a893e4eb08
commit 0b483a84a1

View file

@ -20,7 +20,7 @@ jobs:
name: ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.type }}) name: ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.type }})
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v3
with: with:
ref: ${{ github.event.pull_request.head.sha || github.ref }} ref: ${{ github.event.pull_request.head.sha || github.ref }}
submodules: recursive submodules: recursive