Skip to content

Commit af9c1fa

Browse files
authored
bump version of devbox-install-action (#2622)
## 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 dcf8225 commit af9c1fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cache-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sudo mv ./dist/devbox /usr/local/bin/
4545
4646
# - name: Install devbox
47-
# uses: jetify-com/devbox-install-action@v0.11.0
47+
# uses: jetify-com/devbox-install-action@v0.13.0
4848
# with:
4949
# enable-cache: true
5050

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@v4
102102

103103
- name: Install devbox
104-
uses: jetify-com/devbox-install-action@v0.11.0
104+
uses: jetify-com/devbox-install-action@v0.13.0
105105
with:
106106
enable-cache: true
107107

@@ -173,7 +173,7 @@ jobs:
173173
brew install dash zsh
174174
fi
175175
- name: Install devbox
176-
uses: jetify-com/devbox-install-action@v0.11.0
176+
uses: jetify-com/devbox-install-action@v0.13.0
177177
with:
178178
enable-cache: true
179179
- name: Run fast tests

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

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

0 commit comments

Comments
 (0)