From 6415d52edbe53695c6e61fca10f71269164cbb5d Mon Sep 17 00:00:00 2001 From: Varun Sridharan Date: Thu, 9 Apr 2020 12:32:42 +0530 Subject: [PATCH] Update php-documentation-generator.yml --- .github/workflows/php-documentation-generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-documentation-generator.yml b/.github/workflows/php-documentation-generator.yml index 985b06f..5332107 100644 --- a/.github/workflows/php-documentation-generator.yml +++ b/.github/workflows/php-documentation-generator.yml @@ -12,6 +12,6 @@ jobs: - name: Checking Out Repo Data uses: actions/checkout@v1 - name: PHP Docs Generator - uses: varunsridharan/action-apigen@master + uses: varunsridharan/action-apigen@1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}