From 524cb7154bdefc37087f97a34b29413eb54a5bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:01:18 +0000 Subject: [PATCH] Bump e1himself/goss-installation-action from 1.1.0 to 1.2.1 Bumps [e1himself/goss-installation-action](https://github.com/e1himself/goss-installation-action) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/e1himself/goss-installation-action/releases) - [Changelog](https://github.com/e1himself/goss-installation-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/e1himself/goss-installation-action/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: e1himself/goss-installation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 328eafb..53f29b5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -26,7 +26,7 @@ jobs: with: dockerfile: Dockerfile-${{ matrix.php }} trusted-registries: docker.io - - uses: e1himself/goss-installation-action@v1.1.0 + - uses: e1himself/goss-installation-action@v1.2.1 - name: Build image run: | docker build --file=Dockerfile-${{ matrix.php }} -t docker-drupal-php7-fpm:sut .