Skip to content

Commit c72c4ba

Browse files
authored
bump devbox-install-action to v0.13.0 (#505)
## 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 f5988da commit c72c4ba

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/api-ts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Install devbox
16-
uses: jetify-com/devbox-install-action@v0.12.0
16+
uses: jetify-com/devbox-install-action@v0.13.0
1717
with:
1818
enable-cache: true
1919
project-path: "./api/ts"

.github/workflows/monorepo-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install devbox
22-
uses: jetify-com/devbox-install-action@v0.12.0
22+
uses: jetify-com/devbox-install-action@v0.13.0
2323
with:
2424
enable-cache: true
2525

.github/workflows/publish-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v4
6868

6969
- name: Install devbox
70-
uses: jetify-com/devbox-install-action@v0.12.0
70+
uses: jetify-com/devbox-install-action@v0.13.0
7171
with:
7272
enable-cache: true
7373

.github/workflows/typeid-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Install devbox
26-
uses: jetify-com/devbox-install-action@v0.12.0
26+
uses: jetify-com/devbox-install-action@v0.13.0
2727
with:
2828
enable-cache: true
2929
project-path: "./typeid/typeid-js"

actions/publish-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
run: gcloud auth configure-docker ${{ inputs.registry }}
4444

4545
- name: Install Devbox
46-
uses: jetify-com/devbox-install-action@v0.12.0
46+
uses: jetify-com/devbox-install-action@v0.13.0
4747
with:
4848
enable-cache: true
4949
project-path: ${{ inputs.template }}

envsec/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install devbox
20-
uses: jetify-com/devbox-install-action@v0.11.0
20+
uses: jetify-com/devbox-install-action@v0.13.0
2121
with:
2222
enable-cache: true
2323

0 commit comments

Comments
 (0)