Skip to content

Commit

Permalink
Upgrade to FreeBSD 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 19, 2020
1 parent fa2d348 commit bdebdc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/[email protected].8
uses: vmactions/[email protected].9
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down Expand Up @@ -73,7 +73,7 @@ The code is shared from the host to the FreeBSD VM via `sshfs`, you can choose t
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/[email protected].6
uses: vmactions/[email protected].9
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -95,7 +95,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/[email protected].6
uses: vmactions/[email protected].9
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down

0 comments on commit bdebdc3

Please sign in to comment.