Skip to content

Commit a8ff243

Browse files
build(deps): Bump jetify-com/devbox-install-action from 0.9.0 to 0.10.0 (#577)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.9.0 to 0.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetify-com/devbox-install-action/releases">jetify-com/devbox-install-action's releases</a>.</em></p> <blockquote> <h2>v0.10.0</h2> <h2>What's Changed</h2> <ul> <li>rebrand changes by <a href="https://github.com/mohsenari"><code>@​mohsenari</code></a> in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/42">jetify-com/devbox-install-action#42</a></li> <li>Update README with more up-to-date versions by <a href="https://github.com/loreto"><code>@​loreto</code></a> in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/44">jetify-com/devbox-install-action#44</a></li> <li>[detsys] Bump detsys installer by <a href="https://github.com/mikeland73"><code>@​mikeland73</code></a> in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/46">jetify-com/devbox-install-action#46</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mohsenari"><code>@​mohsenari</code></a> made their first contribution in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/42">jetify-com/devbox-install-action#42</a></li> <li><a href="https://github.com/loreto"><code>@​loreto</code></a> made their first contribution in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/44">jetify-com/devbox-install-action#44</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jetify-com/devbox-install-action/compare/v0.9.0...v0.10.0">https://github.com/jetify-com/devbox-install-action/compare/v0.9.0...v0.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetify-com/devbox-install-action/commit/e55980d19e8a14213735f6ebcbced49a1e507856"><code>e55980d</code></a> [detsys] Bump detsys installer (<a href="https://redirect.github.com/jetify-com/devbox-install-action/issues/46">#46</a>)</li> <li><a href="https://github.com/jetify-com/devbox-install-action/commit/6215dee3014cab47e57a2ca8b5edd95bb5397179"><code>6215dee</code></a> Update README with more up-to-date versions (<a href="https://redirect.github.com/jetify-com/devbox-install-action/issues/44">#44</a>)</li> <li><a href="https://github.com/jetify-com/devbox-install-action/commit/90355f37d5e1c18c3bd8b456ae2a60f44d5ea260"><code>90355f3</code></a> rebrand changes (<a href="https://redirect.github.com/jetify-com/devbox-install-action/issues/42">#42</a>)</li> <li>See full diff in <a href="https://github.com/jetify-com/devbox-install-action/compare/v0.9.0...v0.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jetify-com/devbox-install-action&package-manager=github_actions&previous-version=0.9.0&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f166bb9 commit a8ff243

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 5 deletions
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.9.0
34+
uses: jetify-com/devbox-install-action@v0.10.0
3535
with:
3636
enable-cache: true
3737

@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4
104104

105105
- name: Install devbox
106-
uses: jetify-com/devbox-install-action@v0.9.0
106+
uses: jetify-com/devbox-install-action@v0.10.0
107107
with:
108108
enable-cache: true
109109

@@ -146,7 +146,7 @@ jobs:
146146
ref: ${{ github.event.pull_request.head.sha }}
147147

148148
- name: Install devbox
149-
uses: jetify-com/devbox-install-action@v0.9.0
149+
uses: jetify-com/devbox-install-action@v0.10.0
150150
with:
151151
enable-cache: true
152152

@@ -180,7 +180,7 @@ jobs:
180180
fetch-depth: 0
181181

182182
- name: Install devbox
183-
uses: jetify-com/devbox-install-action@v0.9.0
183+
uses: jetify-com/devbox-install-action@v0.10.0
184184
with:
185185
enable-cache: true
186186

@@ -261,7 +261,7 @@ jobs:
261261
fetch-depth: 0
262262

263263
- name: Install devbox
264-
uses: jetify-com/devbox-install-action@v0.9.0
264+
uses: jetify-com/devbox-install-action@v0.10.0
265265
with:
266266
enable-cache: true
267267

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
languages: ${{ matrix.language }}
3636

3737
- name: Install devbox
38-
uses: jetify-com/devbox-install-action@v0.9.0
38+
uses: jetify-com/devbox-install-action@v0.10.0
3939
with:
4040
enable-cache: true
4141

.github/workflows/devbox-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install devbox
30-
uses: jetify-com/devbox-install-action@v0.9.0
30+
uses: jetify-com/devbox-install-action@v0.10.0
3131
with:
3232
enable-cache: true
3333

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Install devbox
31-
uses: jetify-com/devbox-install-action@v0.9.0
31+
uses: jetify-com/devbox-install-action@v0.10.0
3232
with:
3333
enable-cache: true
3434

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Install devbox
42-
uses: jetify-com/devbox-install-action@v0.9.0
42+
uses: jetify-com/devbox-install-action@v0.10.0
4343
with:
4444
enable-cache: true
4545

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Install devbox
31-
uses: jetify-com/devbox-install-action@v0.9.0
31+
uses: jetify-com/devbox-install-action@v0.10.0
3232
with:
3333
enable-cache: true
3434

0 commit comments

Comments
 (0)