Skip to content

Bump jetify-com/devbox-install-action from 0.12.0 to 0.13.0 #2363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Run testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-gov-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devbox-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
owner: ${{ github.repository_owner }}
repositories: mongodb-atlas-kubernetes
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Update Devbox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: prepare
uses: ./.github/actions/set-tag
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Download tools for openshift test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-released-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
fi

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
if: steps.check-devbox.outputs.devbox-build == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ENV: prod

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fetch-depth: 0
ref: ${{ env.TAG }}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Trigger helm post release workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sboms-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0

- name: Configure Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cluster_name: "atlas-gov-e2e-test"
wait: 180s
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Install CRDs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
fetch-depth: 0

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Run testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: 'true'

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-selectable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
fetch-depth: 0

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
wait: 180s

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
owner: ${{ github.repository_owner }}
repositories: mongodb-atlas-kubernetes
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Recompute licenses
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
uses: jetify-com/devbox-install-action@v0.13.0
with:
enable-cache: 'true'
- name: Run testing
Expand Down
Loading