diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 207ec29..7dc13e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: port: 8000 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@a4e22a69a70ac6ad6001a40dae97000d41462b88 + uses: vmactions/solaris-vm@cc8f82fa1a7cc746153ec3f71bf11f311f16e225 with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -133,7 +133,7 @@ jobs: port: 8000 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@a4e22a69a70ac6ad6001a40dae97000d41462b88 + uses: vmactions/solaris-vm@cc8f82fa1a7cc746153ec3f71bf11f311f16e225 with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -213,7 +213,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@a4e22a69a70ac6ad6001a40dae97000d41462b88 + uses: vmactions/solaris-vm@cc8f82fa1a7cc746153ec3f71bf11f311f16e225 with: envs: 'MYTOKEN MYTOKEN2' prepare: | diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 9326a3b..ce16205 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "vmactions-Solaris", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 5c3d400..62ae5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vmactions-Solaris", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vmactions-Solaris", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 6489869..b33bfa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vmactions-Solaris", - "version": "1.1.0", + "version": "1.1.1", "description": "GitHub actions for Solaris", "main": "index.js", "repository": {