Skip to content

Commit 1998394

Browse files
authored
Update README.md
Signed-off-by: Lucille Hua <[email protected]>
1 parent 572189b commit 1998394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
2020
- name: Install devbox
21-
uses: jetpack-io/devbox-install-action@v0.6.0
21+
uses: jetpack-io/devbox-install-action@v0.7.0
2222
2323
- name: Run arbitrary commands
2424
run: devbox run -- echo "done!"
@@ -46,7 +46,7 @@ Here's an example job with all inputs:
4646

4747
```
4848
- name: Install devbox
49-
uses: jetpack-io/devbox-install-action@v0.6.0
49+
uses: jetpack-io/devbox-install-action@v0.7.0
5050
with:
5151
project-path: 'path-to-folder'
5252
enable-cache: 'true'

0 commit comments

Comments
 (0)