From 2ac6bca152987c805c04423ebbba4b750585337f Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 23 Feb 2024 16:01:04 +0000 Subject: [PATCH] chore: Update github actions. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20e11b0..d1020f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: build-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install dependencies run: sudo apt-get install -y --no-install-recommends libcmocka-dev - name: Compile as C++