Skip to content

Commit 00d79c6

Browse files
authored
Update github_action.md to install latest devbox github action (#2581)
## Summary I noticed the docs reference v0.11.0 instead of the latest version of v0.12.0, not sure if this was intended but I thought I'd update it for others to ensure new people install the latest version. ## 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). Signed-off-by: Sav Tripodi <[email protected]>
1 parent 55011d2 commit 00d79c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/continuous_integration/github_action.md

+2-2
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.11.0
17+
uses: jetify-com/devbox-install-action@v0.12.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.11.0
36+
uses: jetify-com/devbox-install-action@v0.12.0
3737

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

0 commit comments

Comments
 (0)