Skip to content

Commit f7ead24

Browse files
committed
update version
1 parent 3fb3dc9 commit f7ead24

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: jetify-com/devbox-install-action@v0.11.0
21+
uses: jetify-com/devbox-install-action@v0.12.0
2222
2323
- name: Run arbitrary commands
2424
run: devbox run -- echo "done!"
@@ -48,7 +48,7 @@ Here's an example job with all inputs:
4848

4949
```
5050
- name: Install devbox
51-
uses: jetify-com/devbox-install-action@v0.11.0
51+
uses: jetify-com/devbox-install-action@v0.12.0
5252
with:
5353
project-path: 'path-to-folder'
5454
enable-cache: 'true'

0 commit comments

Comments
 (0)