From a5880eace9550289bb1f82632435ed3ee3b0e79a Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 10 Aug 2023 11:48:42 -0600 Subject: [PATCH] Fix bad action version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae903b4..b40f442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Set up PHP - uses: shivammathur/setup-php@v3 + uses: shivammathur/setup-php@v2 with: # Currently, phars built with 8.1 still work on 7.3+ php-version: '8.1' @@ -24,7 +24,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install optimized composer dependencies uses: ramsey/composer-install@v2