Skip to content

Commit 1a8e44f

Browse files
authored
bump devbox-install-action to v0.14.0 (#2709)
## Summary ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 414f151 commit 1a8e44f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cache-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo mv ./dist/devbox /usr/local/bin/
4949
5050
# - name: Install devbox
51-
# uses: jetify-com/devbox-install-action@v0.13.0
51+
# uses: jetify-com/devbox-install-action@v0.14.0
5252
# with:
5353
# enable-cache: true
5454

docs/app/docs/continuous_integration/github_action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In your project's workflow YAML, add the following step:
1414

1515
```yaml
1616
- name: Install devbox
17-
uses: jetify-com/devbox-install-action@v0.13.0
17+
uses: jetify-com/devbox-install-action@v0.14.0
1818
```
1919
2020
## Example Workflow
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

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

3838
- name: Run arbitrary commands
3939
run: devbox run -- echo "done!"

0 commit comments

Comments
 (0)