Skip to content

Commit 6215dee

Browse files
authored
Update README with more up-to-date versions (#44)
TSIA
1 parent 90355f3 commit 6215dee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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.8.0
21+
uses: jetify-com/devbox-install-action@v0.9.0
2222
2323
- name: Run arbitrary commands
2424
run: devbox run -- echo "done!"
@@ -47,12 +47,12 @@ Here's an example job with all inputs:
4747

4848
```
4949
- name: Install devbox
50-
uses: jetify-com/devbox-install-action@v0.7.0
50+
uses: jetify-com/devbox-install-action@v0.9.0
5151
with:
5252
project-path: 'path-to-folder'
5353
enable-cache: 'true'
5454
refresh-cli: 'false'
55-
devbox-version: 0.9.1
55+
devbox-version: 0.10.4
5656
disable-nix-access-token: 'false'
5757
sha256-sum: f5907e5782f6e1f5a7ca32c8ae2a0a81618549314bab237174a46fb216f43809
5858
```

0 commit comments

Comments
 (0)