Skip to content

Commit d14f393

Browse files
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](vmactions/solaris-vm@cc8f82f...58cbd70) --- 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] <[email protected]> * Don't pkg update in solaris. Signed-off-by: Ben Kochie <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ben Kochie <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kochie <[email protected]>
1 parent 63a219f commit d14f393

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bsd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,12 @@ jobs:
218218
- name: Checkout the repository
219219
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
220220
- name: test-e2e
221-
uses: vmactions/solaris-vm@cc8f82fa1a7cc746153ec3f71bf11f311f16e225 # v1.1.1
221+
uses: vmactions/solaris-vm@58cbd70c6e051860f9b8f65908cc582938fbbdba # v1.1.5
222222
with:
223223
copyback: false
224224
envs: 'GO_VERSION_SOLARIS'
225225
usesh: true
226226
prepare: |
227-
pkg update
228227
pkg install \
229228
bash \
230229
curl \

0 commit comments

Comments
 (0)