From 7df1c1b9f1595ed0c41199f594c8aa9b1e31a264 Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 3 Jun 2024 01:01:08 +0200 Subject: [PATCH] use older versions of steps for < node20 --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 596571f..fac878b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,7 +24,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.ref }} submodules: recursive - name: ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.11 with: key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64 - name: Install Linux Dependencies @@ -92,7 +92,7 @@ jobs: name: ${{ matrix.os }} (arm64, ${{ matrix.type }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} submodules: recursive