Skip to content

Commit

Permalink
Update version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 20, 2023
1 parent bfbbf6c commit 8a2d710
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@v3
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
Expand Down Expand Up @@ -76,7 +76,7 @@ The code is shared from the host to the VM via `rsync`, you can choose to use to
...

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/freebsd-vm@v1
Expand All @@ -129,7 +129,7 @@ You can add NAT port between the host and the VM.
```
...
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/freebsd-vm@v1
Expand All @@ -149,7 +149,7 @@ The default memory of the VM is 6144MB, you can use `mem` option to set the memo
```
...
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/freebsd-vm@v1
Expand All @@ -167,7 +167,7 @@ It uses [the latest FreeBSD 13.2](conf/default.release.conf) by default, you can
```
...
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/freebsd-vm@v1
Expand Down

0 comments on commit 8a2d710

Please sign in to comment.