Skip to content

Commit f8aed23

Browse files
Bump jetify-com/devbox-install-action from 0.12.0 to 0.13.0 (#2363)
Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/jetify-com/devbox-install-action/releases) - [Commits](jetify-com/devbox-install-action@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: jetify-com/devbox-install-action dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e27cc9d commit f8aed23

20 files changed

+22
-22
lines changed

.github/workflows/check-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: ${{github.event.pull_request.head.sha}}
1414
- name: Install devbox
15-
uses: jetify-com/devbox-install-action@v0.12.0
15+
uses: jetify-com/devbox-install-action@v0.13.0
1616
with:
1717
enable-cache: 'true'
1818
- name: Run testing

.github/workflows/cleanup-gov-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Install devbox
34-
uses: jetify-com/devbox-install-action@v0.12.0
34+
uses: jetify-com/devbox-install-action@v0.13.0
3535
with:
3636
enable-cache: 'true'
3737

.github/workflows/cleanup-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Install devbox
34-
uses: jetify-com/devbox-install-action@v0.12.0
34+
uses: jetify-com/devbox-install-action@v0.13.0
3535
with:
3636
enable-cache: 'true'
3737

.github/workflows/devbox-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
owner: ${{ github.repository_owner }}
2222
repositories: mongodb-atlas-kubernetes
2323
- name: Install devbox
24-
uses: jetify-com/devbox-install-action@v0.12.0
24+
uses: jetify-com/devbox-install-action@v0.13.0
2525
with:
2626
enable-cache: 'true'
2727
- name: Update Devbox

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
ref: ${{github.event.pull_request.head.sha}}
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
- name: Run lint

.github/workflows/openshift-upgrade-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: prepare
3838
uses: ./.github/actions/set-tag
3939
- name: Install devbox
40-
uses: jetify-com/devbox-install-action@v0.12.0
40+
uses: jetify-com/devbox-install-action@v0.13.0
4141
with:
4242
enable-cache: 'true'
4343
- name: Download tools for openshift test

.github/workflows/rebuild-released-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
fi
154154
155155
- name: Install devbox
156-
uses: jetify-com/devbox-install-action@v0.12.0
156+
uses: jetify-com/devbox-install-action@v0.13.0
157157
with:
158158
enable-cache: 'true'
159159
if: steps.check-devbox.outputs.devbox-build == 'true'

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ENV: prod
3838

3939
- name: Install devbox
40-
uses: jetify-com/devbox-install-action@v0.12.0
40+
uses: jetify-com/devbox-install-action@v0.13.0
4141
with:
4242
enable-cache: 'true'
4343

.github/workflows/release-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
fetch-depth: 0
102102
ref: ${{ env.TAG }}
103103
- name: Install devbox
104-
uses: jetify-com/devbox-install-action@v0.12.0
104+
uses: jetify-com/devbox-install-action@v0.13.0
105105
with:
106106
enable-cache: 'true'
107107
- name: Trigger helm post release workflow

.github/workflows/reports.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.12.0
20+
uses: jetify-com/devbox-install-action@v0.13.0
2121
with:
2222
enable-cache: 'true'
2323

0 commit comments

Comments
 (0)