From c0d18183cfa4603a58044c5bd1d6e93c1d6f37fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:15:28 +0000 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.3.1 to 1.3.2 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 570b59c7a6d9..6f8cd922376a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -282,7 +282,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: test on Solaris - uses: vmactions/solaris-vm@v1.3.1 + uses: vmactions/solaris-vm@v1.3.2 if: contains(matrix.target, 'solaris') with: release: "11.4-gcc"