From fdca398085639bcbaddffc63dd0d6f5060f0ad2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:11:34 +0000 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.3.3 to 1.3.5 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.3.3 to 1.3.5. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/c20562b2c69737b06be9e828915761703e487373...ccfaaeedda3686a8c26cfaee9aadd1c32c30b439) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.3.5 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 8be1f8baf49ba..e991d91fd8611 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -321,7 +321,7 @@ jobs: ./ci/run.sh ${{ matrix.target }} - name: test on Solaris - uses: vmactions/solaris-vm@c20562b2c69737b06be9e828915761703e487373 # v1.3.3 + uses: vmactions/solaris-vm@ccfaaeedda3686a8c26cfaee9aadd1c32c30b439 # v1.3.5 if: contains(matrix.target, 'solaris') with: release: "11.4-gcc"