Skip to content

Commit

Permalink
updated ci-cd.yml to use checkout@4 instead of 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alifaraun committed Apr 23, 2024
1 parent ee0ca3b commit e31465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
coverage: xdebug #optional

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

- name: Show php version
run: php -v
Expand Down

0 comments on commit e31465e

Please sign in to comment.