Update the callable-qa workflow to avoid GHA deprecations

This commit is contained in:
Christophe Coevoet
2025-02-26 10:20:02 +01:00
committed by GitHub
parent ea18e7faff
commit 1e407c7c92
+3 -3
View File
@@ -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:
-