Skip to content

Commit

Permalink
Update README with more up-to-date versions (#44)
Browse files Browse the repository at this point in the history
TSIA
  • Loading branch information
loreto authored Apr 9, 2024
1 parent 90355f3 commit 6215dee
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.8.0
uses: jetify-com/devbox-install-action@v0.9.0
- name: Run arbitrary commands
run: devbox run -- echo "done!"
Expand Down Expand Up @@ -47,12 +47,12 @@ Here's an example job with all inputs:

```
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.7.0
uses: jetify-com/devbox-install-action@v0.9.0
with:
project-path: 'path-to-folder'
enable-cache: 'true'
refresh-cli: 'false'
devbox-version: 0.9.1
devbox-version: 0.10.4
disable-nix-access-token: 'false'
sha256-sum: f5907e5782f6e1f5a7ca32c8ae2a0a81618549314bab237174a46fb216f43809
```

0 comments on commit 6215dee

Please sign in to comment.