From 0b483a84a175d9d490fd8ea9ba650c9e9cbfce32 Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 3 Jun 2024 00:01:16 +0200 Subject: [PATCH] use older checkout for older node version --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d760cb1..0f7f4c6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: name: ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.type }}) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} submodules: recursive