Skip to content

Commit

Permalink
Update version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Feb 20, 2023
1 parent e98ad7f commit 1729806
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
MYTOKEN : ${{ secrets.MYTOKEN }}
MYTOKEN2: "value2"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@v0
Expand Down Expand Up @@ -84,7 +84,7 @@ The code is shared from the host to the VM via `rsync`, you can choose to use to
...

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/solaris-vm@v0
Expand All @@ -111,7 +111,7 @@ When using `rsync`, you can define `copyback: false` to not copy files back fro
...

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/solaris-vm@v0
Expand All @@ -137,7 +137,7 @@ You can add NAT port between the host and the VM.
```
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/solaris-vm@v0
Expand All @@ -157,7 +157,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo
```
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/solaris-vm@v0
Expand All @@ -175,7 +175,7 @@ It uses [the latest Solaris 11.4](conf/default.release.conf) by default, you can
```
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/solaris-vm@v0
Expand Down

0 comments on commit 1729806

Please sign in to comment.