File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/core/resources/lang/de Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
88env :
99 GITHUB_TOKEN : ${{ secrets.BOT }}
10- CORE_VERSION : " ^2.1.7 "
10+ CORE_VERSION : " ^2.1.8 "
1111
1212jobs :
1313 packages_split :
@@ -40,13 +40,13 @@ jobs:
4040 steps :
4141 - uses : actions/checkout@v4
4242
43- # Search and replace "moox/core": "*" with "moox/core": "^2.1.7 " in composer.json
43+ # Search and replace "moox/core": "*" with "moox/core": "^2.1.8 " in composer.json
4444 - name : Replace core version in composer.json
4545 working-directory : packages/${{ matrix.package }}
4646 run : |
4747 if [ -f composer.json ]; then
4848 echo "Updating moox/core version in ${{ matrix.package }}"
49- sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.1.7 "/g' composer.json
49+ sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.1.8 "/g' composer.json
5050 fi
5151
5252 # Commit the updated composer.json (if there was a change)
5757 git config --global user.name "mooxbot"
5858 git config --global user.email "[email protected] " 5959 git add composer.json
60- git commit -m "Update moox/core dependency to ^^2.1.7 " || echo "No changes to commit"
60+ git commit -m "Update moox/core dependency to ^^2.1.8 " || echo "No changes to commit"
6161 fi
6262
6363 - if : " !startsWith(github.ref, 'refs/tags/')"
Original file line number Diff line number Diff line change 1414 'updating_started ' => 'Aktualisieren gestartet ' ,
1515
1616 'expired_at ' => 'Abgelaufen ' ,
17- 'processing_deadline ' => 'Bearbeitungsfrist '
17+ 'processing_deadline ' => 'Bearbeitungsfrist ' ,
1818 'cycle ' => 'Turnus ' ,
1919 'notifyUser ' => 'Verantwortlicher ' ,
2020 'expiry_job ' => 'Typ ' ,
You can’t perform that action at this time.
0 commit comments