Skip to content

Commit

Permalink
Merge pull request #22 from tienvx/update-github-actions
Browse files Browse the repository at this point in the history
ci: Update github actions
  • Loading branch information
tienvx authored Mar 27, 2024
2 parents 1ca7159 + fcb0eef commit 49d25b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
coverage: pcov

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 49d25b6

Please sign in to comment.