Skip to content

Commit

Permalink
Bump jetify-com/devbox-install-action from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/jetify-com/devbox-install-action/releases)
- [Commits](jetify-com/devbox-install-action@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: jetify-com/devbox-install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 676b7f9 commit 4945d3f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
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.11.0
uses: jetify-com/devbox-install-action@v0.12.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.11.0
uses: jetify-com/devbox-install-action@v0.12.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.11.0
uses: jetify-com/devbox-install-action@v0.12.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 @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

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

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.11.0
uses: jetify-com/devbox-install-action@v0.12.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 @@ -50,7 +50,7 @@ jobs:
id: prepare
uses: ./.github/actions/set-tag
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.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.11.0
uses: jetify-com/devbox-install-action@v0.12.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.11.0
uses: jetify-com/devbox-install-action@v0.12.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.11.0
uses: jetify-com/devbox-install-action@v0.12.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.11.0
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
config: test/helper/e2e/config/kind.yaml
node_image: kindest/node:v1.29.2
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: 'true'
- name: Run Contract Testing
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.11.0
uses: jetify-com/devbox-install-action@v0.12.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 @@ -199,7 +199,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: 'true'
- name: Prepare tag
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 @@ -39,7 +39,7 @@ jobs:
ref: ${{github.event.pull_request.head.sha}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.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 @@ -13,7 +13,7 @@ jobs:
ref: ${{github.event.pull_request.head.sha}}

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.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 @@ -30,7 +30,7 @@ jobs:
with:
ref: ${{ env.BRANCH }}
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: 'true'

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.11.0
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: 'true'
- name: Run testing
Expand Down

0 comments on commit 4945d3f

Please sign in to comment.