Skip to content

Commit 74ce6c1

Browse files
authored
Update build-ci.yml
Update action for checkout Fix command
1 parent 4a7f5c1 commit 74ce6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
3131

3232
steps:
33-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v2
3434
- name: Show PHP version
35-
run: php${{ matrix.php }} -v && composer -V
35+
run: php -v && composer -V
3636
- name: Show Docker version
3737
run: if [[ "$DEBUG" == "true" ]]; then docker version && env; fi
3838
env:

0 commit comments

Comments
 (0)