From e6723bc2329042d608f14cd93712b1277cac7835 Mon Sep 17 00:00:00 2001 From: Willem Verspyck Date: Thu, 29 Feb 2024 09:25:09 +0100 Subject: [PATCH] Update GitHub action packages --- .github/workflows/build-project-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-project-actions.yml b/.github/workflows/build-project-actions.yml index 8f99b19..83919a3 100644 --- a/.github/workflows/build-project-actions.yml +++ b/.github/workflows/build-project-actions.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -20,7 +20,7 @@ jobs: 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') }}