From 1e407c7c92a0e867ecc1daee929fff1af79e9683 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 26 Feb 2025 10:20:02 +0100 Subject: [PATCH] Update the callable-qa workflow to avoid GHA deprecations --- .github/workflows/callable-qa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/callable-qa.yml b/.github/workflows/callable-qa.yml index 4f047720..f19e1eaf 100644 --- a/.github/workflows/callable-qa.yml +++ b/.github/workflows/callable-qa.yml @@ -20,12 +20,12 @@ on: jobs: run-checks: name: Run checks - runs-on: Ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 id: checkout with: fetch-depth: 0 @@ -228,7 +228,7 @@ jobs: create-project: needs: run-checks name: Run updated recipes - runs-on: Ubuntu-20.04 + runs-on: ubuntu-latest steps: -