diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1a88e5..fa83be5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: port: 8000 - name: Test in OmniOS id: test - uses: vmactions/omnios-vm@a61ca1ebafdcb14a9d986928d070c9834ee66fd3 + uses: vmactions/omnios-vm@5bc76e28de14c2ca13204127e38c0e5b6bbdb6b8 with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in OmniOS id: test - uses: vmactions/omnios-vm@a61ca1ebafdcb14a9d986928d070c9834ee66fd3 + uses: vmactions/omnios-vm@5bc76e28de14c2ca13204127e38c0e5b6bbdb6b8 with: envs: 'MYTOKEN MYTOKEN2' prepare: |