From 94770b41841f9a394ad594f9a077a4638d9c1edc Mon Sep 17 00:00:00 2001 From: "Luke A. Guest" Date: Thu, 22 Feb 2024 14:40:00 +0000 Subject: [PATCH] Update the actions used as per the GH errors. --- .github/workflows/ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 6419abf..c72531b 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: alire-project/setup-alire - uses: alire-project/setup-alire@v1 + uses: alire-project/setup-alire@v2 - name: Install toolchain run: |