mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Merge pull request #1382 from symfony/stof-patch-1
Update the callable-qa workflow to avoid GHA deprecations
This commit is contained in:
6
.github/workflows/callable-qa.yml
vendored
6
.github/workflows/callable-qa.yml
vendored
@@ -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