From d14f393db961013fc4a2c436f31a7bf9cafe287f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:55:08 +0200 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.1.1 to 1.1.5 (#3415) * build(deps): bump vmactions/solaris-vm from 1.1.1 to 1.1.5 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.1.1 to 1.1.5. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/cc8f82fa1a7cc746153ec3f71bf11f311f16e225...58cbd70c6e051860f9b8f65908cc582938fbbdba) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Don't pkg update in solaris. Signed-off-by: Ben Kochie --------- Signed-off-by: dependabot[bot] Signed-off-by: Ben Kochie Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kochie --- .github/workflows/bsd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index cb399132..8130bbda 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -218,13 +218,12 @@ jobs: - name: Checkout the repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: test-e2e - uses: vmactions/solaris-vm@cc8f82fa1a7cc746153ec3f71bf11f311f16e225 # v1.1.1 + uses: vmactions/solaris-vm@58cbd70c6e051860f9b8f65908cc582938fbbdba # v1.1.5 with: copyback: false envs: 'GO_VERSION_SOLARIS' usesh: true prepare: | - pkg update pkg install \ bash \ curl \