From 29943687a3fb99e49931bc9bb667b9a782667941 Mon Sep 17 00:00:00 2001 From: Dieter Stinglhamber Date: Wed, 1 Feb 2023 22:38:59 +0100 Subject: [PATCH] update GH action --- .github/workflows/phpunit-l10.yml | 4 ++-- .github/workflows/phpunit-l8.yml | 4 ++-- .github/workflows/phpunit-l9.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/phpunit-l10.yml b/.github/workflows/phpunit-l10.yml index 2c5157c..cd4c776 100644 --- a/.github/workflows/phpunit-l10.yml +++ b/.github/workflows/phpunit-l10.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} diff --git a/.github/workflows/phpunit-l8.yml b/.github/workflows/phpunit-l8.yml index 546d13e..1c72945 100644 --- a/.github/workflows/phpunit-l8.yml +++ b/.github/workflows/phpunit-l8.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} diff --git a/.github/workflows/phpunit-l9.yml b/.github/workflows/phpunit-l9.yml index 4cfe4ec..1939565 100644 --- a/.github/workflows/phpunit-l9.yml +++ b/.github/workflows/phpunit-l9.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}