From f543c6297b26085ca72eca7ab3238c32ef0a0d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:18:21 +0000 Subject: [PATCH] Bump e1himself/goss-installation-action from 1.2.1 to 1.3.0 Bumps [e1himself/goss-installation-action](https://github.com/e1himself/goss-installation-action) from 1.2.1 to 1.3.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.2.1...v1.3.0) --- updated-dependencies: - dependency-name: e1himself/goss-installation-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ac3cf05..51f0391 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -48,7 +48,7 @@ jobs: tags: | ghcr.io/${{ github.repository }}:${{ matrix.derivate }} load: ${{ (matrix.platform == 'linux/amd64') && matrix.derivate == 'base' }} - - uses: e1himself/goss-installation-action@v1.2.1 + - uses: e1himself/goss-installation-action@v1.3.0 if: ${{ (matrix.platform == 'linux/amd64') && matrix.derivate == 'base' }} - name: Test HTTPS proxy if: ${{ (matrix.platform == 'linux/amd64') && matrix.derivate == 'base' }}