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 eb608fd commit 297f25fCopy full SHA for 297f25f
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
tools: flex
27
28
- name: Checkout code
29
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
30
31
- name: Download dependencies
32
run: composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
run: composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable --prefer-lowest
0 commit comments