diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0589d2..4759e65 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,6 @@ updates: schedule: interval: 'daily' commit-message: - prefix: "fix" - prefix-development: "build" + prefix: "ci" + prefix-development: "ci" include: "scope" \ No newline at end of file diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 98c9d04..c732fb6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -36,7 +36,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}