From c0392f45ce4808015b9a6af4cc478b9a0aaa06a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 21:47:32 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php digest to 97e0a97 --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index c07429a..2b16c6b 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: shivammathur/setup-php@e8cd65f444039503a75cf4057d55442fc4316f78 + - uses: shivammathur/setup-php@97e0a9729aaea439548b7c85c7cd3ef503aa5365 with: php-version: '8.0' - uses: actions/checkout@v4