diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 6a81716..559c935 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -61,7 +61,7 @@ jobs: run: git fetch --no-tags --depth=1 origin ${{ steps.base_branch.outputs.NAME }} - name: Install PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 with: php-version: 'latest' coverage: none diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 4030c29..c1c4e0c 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -52,7 +52,7 @@ jobs: # This action also handles the caching of the Yarn dependencies. # https://github.com/actions/setup-node - name: Set up node and enable caching of dependencies - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: "./.nvmrc" cache: 'yarn' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be74647..1bc8855 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,7 +49,7 @@ jobs: persist-credentials: false - name: Install PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 with: php-version: ${{ matrix.php_version }} ini-values: zend.assertions=1, assert.exception=1, error_reporting=-1, display_errors=On, display_startup_errors=On diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 844a782..b25187f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: persist-credentials: false - name: Install PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 with: php-version: ${{ matrix.php_version }} ini-values: zend.assertions=1, assert.exception=1, error_reporting=-1, display_errors=On, display_startup_errors=On