From 5b086da6fcd65b16969b2c117d4465147aa2998d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 00:05:30 +0000 Subject: [PATCH] Update e1himself/goss-installation-action action to v1.2.1 --- .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 b0a2f22..66e7db6 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.4 + uses: e1himself/goss-installation-action@v1.2.1 if: needs.prep.outputs.goss == 'true' with: version: 'v0.3.16'