From 62f8aa3bc7baab3dbfff9120c24ed63a24fc00e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:56:15 +0000 Subject: [PATCH] chore(deps): update e1himself/goss-installation-action action to v1.3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2667abb..d3b50fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: os_name: ['alpine'] steps: - name: 📦 Install goss - uses: e1himself/goss-installation-action@v1.2.1 + uses: e1himself/goss-installation-action@v1.3.0 - name: 📦 Check out the codebase uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4