Skip to content

Commit 9ebbfb8

Browse files
committed
Upgrade actions/checkout
1 parent 54e38e8 commit 9ebbfb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - "5.6"
2929

3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- run: composer install
3333
- run: ./vendor/bin/phpunit
3434

@@ -39,5 +39,5 @@ jobs:
3939
env:
4040
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin php singleton

0 commit comments

Comments
 (0)