mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Update the callable-qa workflow to avoid GHA deprecations
This commit is contained in:
@@ -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:
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user