Skip to content

Commit

Permalink
ci: update workflow dependency (#233)
Browse files Browse the repository at this point in the history
- actions/checkout@v3
  • Loading branch information
SonyPradana authored Oct 31, 2023
1 parent 3f9d8cc commit 6e6ca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Tests PHP ${{ matrix.php }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit 6e6ca03

Please sign in to comment.