From 4231b2746eb7b8605e6f66872cbdd47a4065e51b Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 4 Dec 2023 20:26:38 -0800 Subject: [PATCH] Update CI actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601309d..5cc4835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: mysql root password: root - uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.2' coverage: xdebug - name: Configure sysctl limits for Elasticsearch run: | @@ -27,13 +27,13 @@ jobs: - name: Run Elasticsearch uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: '7.12.0' - - uses: actions/checkout@v2 + stack-version: '7.14.1' + - uses: actions/checkout@v4 - name: Get composer cache directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}