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](cc8f82fa1a...58cbd70c6e)

---
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] <support@github.com>

* Don't pkg update in solaris.

Signed-off-by: Ben Kochie <superq@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
pull/3410/head
dependabot[bot] 4 months ago committed by GitHub
parent 63a219f75c
commit d14f393db9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .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 \

Loading…
Cancel
Save