From 752e1831d8da84a096ea83bfe55e63eb8fb48b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 02:06:48 +0000 Subject: [PATCH] Bump e1himself/goss-installation-action from 1.0.3 to 1.0.4 Bumps [e1himself/goss-installation-action](https://github.com/e1himself/goss-installation-action) from 1.0.3 to 1.0.4. - [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.3...v1.0.4) --- updated-dependencies: - dependency-name: e1himself/goss-installation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68fba36..b983a35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,7 +126,7 @@ jobs: # Install the GOSS testing framework - name: Set up goss/dgoss - uses: e1himself/goss-installation-action@v1.0.3 + uses: e1himself/goss-installation-action@v1.0.4 if: needs.prep.outputs.goss == 'true' with: version: 'v0.3.16'