Skip to content

Commit

Permalink
chore(ci): normalize quoting in CI action (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis authored Dec 8, 2024
1 parent 41bd1ab commit 520698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: "composer config platform.php ${{ matrix.php-version }}"

- name: "Install dependencies"
uses: ramsey/composer-install@v3
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down

0 comments on commit 520698c

Please sign in to comment.