Skip to content

Commit b23231a

Browse files
authored
[cicd] Update actions (#2058)
## Summary TSIA ## How was it tested?
1 parent 132ad46 commit b23231a

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.9.0
47+
# uses: jetify-com/devbox-install-action@v0.11.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
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@v4
8787

8888
- name: Install devbox
89-
uses: jetify-com/devbox-install-action@v0.10.0
89+
uses: jetify-com/devbox-install-action@v0.11.0
9090
with:
9191
enable-cache: true
9292

@@ -158,7 +158,7 @@ jobs:
158158
brew install dash zsh
159159
fi
160160
- name: Install devbox
161-
uses: jetify-com/devbox-install-action@v0.10.0
161+
uses: jetify-com/devbox-install-action@v0.11.0
162162
with:
163163
enable-cache: true
164164
- 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.10.0
17+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
36+
uses: jetify-com/devbox-install-action@v0.11.0
3737

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

0 commit comments

Comments
 (0)