Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo mv ./dist/devbox /usr/local/bin/

# - name: Install devbox
# uses: jetify-com/devbox-install-action@v0.13.0
# uses: jetify-com/devbox-install-action@v0.14.0
# with:
# enable-cache: true

Expand Down
4 changes: 2 additions & 2 deletions docs/app/docs/continuous_integration/github_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your project's workflow YAML, add the following step:

```yaml
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.13.0
uses: jetify-com/devbox-install-action@v0.14.0
```

## Example Workflow
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.13.0
uses: jetify-com/devbox-install-action@v0.14.0

- name: Run arbitrary commands
run: devbox run -- echo "done!"
Expand Down
Loading