From ab22259ad70d5bce9a81fc3e70ae0d100ecc3d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:01:53 +0000 Subject: [PATCH] Bump e1himself/goss-installation-action from 1.0.3 to 1.1.0 Bumps [e1himself/goss-installation-action](https://github.com/e1himself/goss-installation-action) from 1.0.3 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.3...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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68fba36..3146d82 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.1.0 if: needs.prep.outputs.goss == 'true' with: version: 'v0.3.16'