From a0a39ae828bcfeef6242647bd1c47396cdf75423 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Jan 2025 18:39:09 +0100 Subject: [PATCH] .github/workflows/build.yml: update actions/checkout to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 751f07563..436778636 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: CXX: 'ccache g++-10' steps: - id: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - id: cache-ccache uses: hendrikmuhs/ccache-action@v1.2 with: @@ -104,7 +104,7 @@ jobs: runs-on: macos-latest steps: - id: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - id: cache-ccache uses: hendrikmuhs/ccache-action@v1.2