From 0155b6dadc8f083b741b20da1f6cf29243c10590 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:14:00 +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 68fba36..f0b3e99 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.3.0 if: needs.prep.outputs.goss == 'true' with: version: 'v0.3.16'