diff --git a/.docker/cli.dockerfile b/.docker/cli.dockerfile index 672cf044..034caaa6 100644 --- a/.docker/cli.dockerfile +++ b/.docker/cli.dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3018 -FROM uselagoon/php-8.2-cli-drupal:24.5.1 +FROM uselagoon/php-8.2-cli-drupal:24.6.0 RUN apk add --no-cache $PHPIZE_DEPS && \ pecl install pcov && \ diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index 466655fc..a5e7fe1e 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -15,4 +15,4 @@ jobs: steps: - name: Assign author - uses: toshimaru/auto-author-assign@v2.1.0 + uses: toshimaru/auto-author-assign@v2.1.1