Skip to content

Commit

Permalink
Fix bad action version
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Aug 10, 2023
1 parent 93bb49f commit a5880ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit a5880ea

Please sign in to comment.