From 9c3be5c7f7f3c2407740b9d01b43439c22c73010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:34:11 +0000 Subject: [PATCH] Bump vmactions/solaris-vm from 1.3.8 to 1.3.9 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.3.8 to 1.3.9. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/315163f088b66e55bbcc45928bd224d4973b2312...96d8d976f9e67d82ec6c7e8ce9c1060731f9e21c) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_python.yml b/.github/workflows/build_python.yml index c3a1b788..20e1c051 100644 --- a/.github/workflows/build_python.yml +++ b/.github/workflows/build_python.yml @@ -806,7 +806,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Start VM - uses: vmactions/solaris-vm@315163f088b66e55bbcc45928bd224d4973b2312 # v1.3.8 + uses: vmactions/solaris-vm@96d8d976f9e67d82ec6c7e8ce9c1060731f9e21c # v1.3.9 with: sync: nfs release: ${{ steps.parse_release.outputs.release }} @@ -875,7 +875,7 @@ jobs: path: . - name: Start VM - uses: vmactions/solaris-vm@315163f088b66e55bbcc45928bd224d4973b2312 # v1.3.8 + uses: vmactions/solaris-vm@96d8d976f9e67d82ec6c7e8ce9c1060731f9e21c # v1.3.9 with: sync: nfs release: ${{ steps.parse_release.outputs.release }} @@ -947,7 +947,7 @@ jobs: path: . - name: Start VM - uses: vmactions/solaris-vm@315163f088b66e55bbcc45928bd224d4973b2312 # v1.3.8 + uses: vmactions/solaris-vm@96d8d976f9e67d82ec6c7e8ce9c1060731f9e21c # v1.3.9 with: sync: nfs release: ${{ steps.parse_release.outputs.release }}