From ed43585bd8deeea6150911bdf254a0667c4140d6 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Tue, 13 Feb 2024 17:09:01 -0300 Subject: [PATCH] Fix GitHub Actions Node.js deprecation --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b4ba0a..d6c9445 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -133,7 +133,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.0.0 # ------------------------------------------------------- # Setup @@ -141,7 +141,7 @@ jobs: - name: Setup C++ # Reference: https://github.com/marketplace/actions/setup-cpp-c-c - uses: aminya/setup-cpp@v0.22.0 + uses: aminya/setup-cpp@v0.36.1 if: matrix.compiler != 'apple' with: compiler: ${{ matrix.compiler }}