Skip to content

Commit

Permalink
Update version to rsync6
Browse files Browse the repository at this point in the history
  • Loading branch information
bedwardly-down committed Jul 13, 2024
1 parent 183a2c0 commit b25fc4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: bedwardly-down/freebsd-vm@rsync5
uses: bedwardly-down/freebsd-vm@rsync6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -46,7 +46,7 @@ jobs:
```
The latest major version is: `rsync5`, which is the most recommended to use. (You can also use the latest full version: `rsync5`)
The latest major version is: `rsync6`, which is the most recommended to use. (You can also use the latest full version: `rsync6`)


If you are migrating from the previous `v0`, please change the `runs-on: ` to `runs-on: ubuntu-latest`
Expand Down Expand Up @@ -79,7 +79,7 @@ The code is shared from the host to the VM via `rsync` by default, you can choos
- uses: actions/checkout@v4
- name: Test
id: test
uses: bedwardly-down/freebsd-vm@rsync5
uses: bedwardly-down/freebsd-vm@rsync6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down Expand Up @@ -108,7 +108,7 @@ When using `rsync`, you can define `copyback: false` to not copy files back fro
- uses: actions/checkout@v4
- name: Test
id: test
uses: bedwardly-down/freebsd-vm@rsync5
uses: bedwardly-down/freebsd-vm@rsync6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -134,7 +134,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v4
- name: Test
id: test
uses: bedwardly-down/freebsd-vm@rsync5
uses: bedwardly-down/freebsd-vm@rsync6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -154,7 +154,7 @@ The default memory of the VM is 6144MB, you can use `mem` option to set the memo
- uses: actions/checkout@v4
- name: Test
id: test
uses: bedwardly-down/freebsd-vm@rsync5
uses: bedwardly-down/freebsd-vm@rsync6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -172,7 +172,7 @@ It uses [the FreeBSD CCACHE_1](conf/default.release.conf) by default, you can us
- uses: actions/checkout@v4
- name: Test
id: test
uses: bedwardly-down/freebsd-vm@rsync5
uses: bedwardly-down/freebsd-vm@rsync6
with:
release: "13.2"
...
Expand Down

0 comments on commit b25fc4d

Please sign in to comment.