mirror of https://github.com/kcal-app/kcal.git
Update GitHub Actions versions
This commit is contained in:
parent
b955eb53b8
commit
5fdd3ef2f4
|
@ -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') }}
|
||||
|
|
Loading…
Reference in New Issue