From f8e9107e7feb0766e2fa83f38372acae9ec37028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:15:45 +0000 Subject: [PATCH] github-actions(deps): bump e1himself/goss-installation-action Bumps [e1himself/goss-installation-action](https://github.com/e1himself/goss-installation-action) from 1.0.4 to 1.1.0. - [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.0.4...v1.1.0) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fb73d8..bd5e384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: postgres_version: ['14', '15'] os_version: ['alpine'] steps: - - uses: e1himself/goss-installation-action@v1.0.4 + - uses: e1himself/goss-installation-action@v1.1.0 - name: Checkout uses: actions/checkout@v3.1.0