From 18595eac2f5a85ceabd9611b51cf19edb8ba4fa4 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 6 Jun 2024 20:02:02 -0700 Subject: [PATCH] Bump actions/checkout to v4 --- .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 82ce7d9..40e7e50 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -19,7 +19,7 @@ jobs: name: ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: ccache