diff options
author | Paramtamtam <[email protected]> | 2019-12-25 20:51:39 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2019-12-25 20:51:39 +0500 |
commit | fe1b5e3b3d6e601d5dc2c98cd7c9e3265bff739d (patch) | |
tree | 7177905ba4889fc8dbe298d75c5228910c8cceb7 | |
parent | 1c4e97af9a33f2a8513576e28281eeab42f2baa1 (diff) |
Workflow updated
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e61c20d1..0b37c0cf 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -18,7 +18,7 @@ jobs: GO111MODULE: on steps: - name: Set up PHP ${{ matrix.php }} - uses: shivammathur/setup-php@master + uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} extensions: dom |