Skip to content

Commit 748c7e4

Browse files
build(deps): Bump jetify-com/devbox-install-action from 0.10.0 to 0.11.0 (#653)
Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.10.0 to 0.11.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.11.0</h2> <h2>What's Changed</h2> <ul> <li>[macos] Fix latest macos by <a href="https://github.com/mikeland73"><code>@​mikeland73</code></a> in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/47">jetify-com/devbox-install-action#47</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jetify-com/devbox-install-action/compare/v0.10.0...v0.11.0">https://github.com/jetify-com/devbox-install-action/compare/v0.10.0...v0.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetify-com/devbox-install-action/commit/a03caf5813591bc882139eba6ae947930a83a427"><code>a03caf5</code></a> [macos] Fix latest macos (<a href="https://redirect.github.com/jetify-com/devbox-install-action/issues/47">#47</a>)</li> <li>See full diff in <a href="https://github.com/jetify-com/devbox-install-action/compare/v0.10.0...v0.11.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.10.0&new-version=0.11.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 8928e39 commit 748c7e4

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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.10.0
34+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
106+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
149+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
183+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
264+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
38+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
30+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
31+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
42+
uses: jetify-com/devbox-install-action@v0.11.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.10.0
31+
uses: jetify-com/devbox-install-action@v0.11.0
3232
with:
3333
enable-cache: true
3434

.github/workflows/synopsys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Install devbox
32-
uses: jetify-com/devbox-install-action@v0.10.0
32+
uses: jetify-com/devbox-install-action@v0.11.0
3333
with:
3434
enable-cache: true
3535

0 commit comments

Comments
 (0)