diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc3b2c3..8f9ab95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: mirromutth/mysql-action@v1.1 + - uses: getong/mariadb-action@v1.1 with: mysql database: kcal mysql root password: root @@ -27,13 +27,13 @@ jobs: - name: Run Elasticsearch uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: '7.14.1' + stack-version: '7.17.17' - uses: actions/checkout@v4 - name: Get Composer cache directory id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}