Skip to content

Commit

Permalink
Update setup-php version in get-members GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Sep 19, 2024
1 parent 02f80a1 commit 1bf3f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@2
uses: shivammathur/setup-php@v2
- run: composer install
working-directory: ./.github/workflows/get-members
- run: composer run get-members
Expand Down

0 comments on commit 1bf3f89

Please sign in to comment.