From fb6fb4c8109ea6d46cde2b78f7030090699eb458 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 6 Sep 2019 07:10:02 +0530 Subject: [PATCH] Mark master as the branch to use in the action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86373c36..1e20a0b2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Install PHP - uses: shivammathur/setup-php@develop + uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-versions }} - name: Check PHP Version