Skip to content

Commit 817aa26

Browse files
committed
Upgrade actions/checkout
1 parent 9664a51 commit 817aa26

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
@@ -26,7 +26,7 @@ jobs:
2626
- "7.1"
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- run: composer install
3131
- run: ./vendor/bin/phpunit
3232

@@ -37,5 +37,5 @@ jobs:
3737
env:
3838
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin php anydataset-array

0 commit comments

Comments
 (0)