We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839ddc commit b6b62cfCopy full SHA for b6b62cf
.github/workflows/code-quality.yaml
@@ -24,7 +24,7 @@ jobs:
24
php-version: [ '8.4' ]
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Configure environment
30
run: |
.github/workflows/doctor-rst.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
19
20
21
- name: Create cache dir
22
run: mkdir .cache
.github/workflows/unit-tests.yaml
@@ -38,7 +38,7 @@ jobs:
38
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }}
39
40
41
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
42
43
44
0 commit comments