From 65cdcacb7d492ee67442c172aeba46146ebd7200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:23:49 +0200 Subject: [PATCH] chore(deps): update andstor/file-existence-action action to v3 (#11) --- .github/workflows/laravel-phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel-phpunit.yml b/.github/workflows/laravel-phpunit.yml index 63099e1..940e459 100644 --- a/.github/workflows/laravel-phpunit.yml +++ b/.github/workflows/laravel-phpunit.yml @@ -20,7 +20,7 @@ jobs: - name: "Check file existence" id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "package.json, artisan"