From 7aa22619a480cded314a851478999e3af3b2b004 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Wed, 3 Jul 2024 18:43:21 +0200 Subject: [PATCH] Bump setup-alire and checkout actions versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e0e172..ad33469 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,10 @@ jobs: steps: # Check-out the repository - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Install and setup Alire package manager - - uses: alire-project/setup-alire@v1 + - uses: alire-project/setup-alire@v3 # Build the project using the validation build profile to enforce static analysis and coding style. - run: alr build --validation