Skip to content

Commit

Permalink
[cicd] Update actions (#2058)
Browse files Browse the repository at this point in the history
## Summary

TSIA

## How was it tested?
  • Loading branch information
mikeland73 committed May 16, 2024
1 parent 132ad46 commit b23231a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo mv ./dist/devbox /usr/local/bin/
# - name: Install devbox
# uses: jetify-com/devbox-install-action@v0.9.0
# uses: jetify-com/devbox-install-action@v0.11.0
# with:
# enable-cache: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
brew install dash zsh
fi
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true
- name: Run fast tests
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.10.0
uses: jetify-com/devbox-install-action@v0.11.0
```

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

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.11.0

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

0 comments on commit b23231a

Please sign in to comment.