Skip to content

Commit f5b9bc1

Browse files
committed
Update version to v1.3.1
1 parent 499ecd8 commit f5b9bc1

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ If the time in VM is not correct, You can use `sync-time` option to synchronize
296296
```
297297
...
298298
steps:
299-
- uses: actions/checkout@v4
299+
- uses: actions/checkout@v6
300300
- name: Test
301301
id: test
302302
uses: vmactions/openbsd-vm@v1
@@ -306,12 +306,26 @@ If the time in VM is not correct, You can use `sync-time` option to synchronize
306306
```
307307
308308
309+
## 9. Disable cache
310+
311+
By default, the action caches `apt` packages on the host and VM images/artifacts. You can use the `disableCache` option to disable this:
309312
313+
```yml
314+
...
315+
steps:
316+
- uses: actions/checkout@v6
317+
- name: Test
318+
id: test
319+
uses: vmactions/openbsd-vm@v1
320+
with:
321+
disable-cache: true
322+
...
323+
```
310324

311325

312-
## 9. Debug locally
326+
## 10. Debug locally
313327

314-
You can use [AnyVM](https://github.com/anyvm-org/anyvm) to run the OpenBSD VM locally for debugging. It's the same environment as in the GitHub Actions.
328+
You can use [AnyVM.org](https://github.com/anyvm-org/anyvm) to run the OpenBSD VM locally for debugging. It's the same environment as in the GitHub Actions.
315329

316330
```bash
317331
python3 anyvm.py --os openbsd

0 commit comments

Comments
 (0)