From 96d4a30be89fca0507bec703740f5b1a7df60c06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:02:45 +0000 Subject: [PATCH] Update e1himself/goss-installation-action action to v1.3.0 --- .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..fab8ac3 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.3.0 if: needs.prep.outputs.goss == 'true' with: version: 'v0.3.16'