From 7955779c361fff4df9b7bc68e1bffaea6d90f54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:28:16 -0500 Subject: [PATCH] Bump bluehorndigital/setup-drupal from 1.0.4 to 1.1.0 (#307) Bumps [bluehorndigital/setup-drupal](https://github.com/bluehorndigital/setup-drupal) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/bluehorndigital/setup-drupal/releases) - [Commits](https://github.com/bluehorndigital/setup-drupal/compare/v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: bluehorndigital/setup-drupal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4e249bf..9360cad 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -64,7 +64,7 @@ jobs: tools: composer:v2 extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv - name: Setup Drupal - uses: bluehorndigital/setup-drupal@v1.0.4 + uses: bluehorndigital/setup-drupal@v1.1.0 with: version: ${{ matrix.drupal }} path: ~/drupal @@ -108,7 +108,7 @@ jobs: tools: composer:v2 extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv - name: Setup Drupal - uses: bluehorndigital/setup-drupal@v1.0.4 + uses: bluehorndigital/setup-drupal@v1.1.0 with: version: ${{ matrix.drupal }} path: ~/drupal