Skip to content

Commit 36d288f

Browse files
build(deps): Bump jetify-com/devbox-install-action from 0.12.0 to 0.13.0 (#1142)
Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.12.0 to 0.13.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.13.0</h2> <h2>What's Changed</h2> <ul> <li>feat(action): Add extra-nix-config input for custom nix.conf settings by <a href="https://github.com/silvestre"><code>@​silvestre</code></a> in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/75">jetify-com/devbox-install-action#75</a></li> <li>Bump DeterminateSystems/nix-installer-action from 16 to 17 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/78">jetify-com/devbox-install-action#78</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/silvestre"><code>@​silvestre</code></a> made their first contribution in <a href="https://redirect.github.com/jetify-com/devbox-install-action/pull/75">jetify-com/devbox-install-action#75</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jetify-com/devbox-install-action/compare/v0.12.0...v0.13.0">https://github.com/jetify-com/devbox-install-action/compare/v0.12.0...v0.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetify-com/devbox-install-action/commit/22b0f5500b14df4ea357ce673fbd4ced940ed6a1"><code>22b0f55</code></a> Bump DeterminateSystems/nix-installer-action from 16 to 17 (<a href="https://redirect.github.com/jetify-com/devbox-install-action/issues/78">#78</a>)</li> <li><a href="https://github.com/jetify-com/devbox-install-action/commit/f01e8347242f320e10a9abe09902556339b2badb"><code>f01e834</code></a> feat(action): Add extra-nix-config input for custom nix.conf settings (<a href="https://redirect.github.com/jetify-com/devbox-install-action/issues/75">#75</a>)</li> <li>See full diff in <a href="https://github.com/jetify-com/devbox-install-action/compare/v0.12.0...v0.13.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.12.0&new-version=0.13.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19d7941 commit 36d288f

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/blackduck.yaml

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/checks.yml

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

@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/checkout@v4
129129

130130
- name: Install devbox
131-
uses: jetify-com/devbox-install-action@v0.12.0
131+
uses: jetify-com/devbox-install-action@v0.13.0
132132
with:
133133
enable-cache: true
134134

@@ -171,7 +171,7 @@ jobs:
171171
ref: ${{ github.event.pull_request.head.sha }}
172172

173173
- name: Install devbox
174-
uses: jetify-com/devbox-install-action@v0.12.0
174+
uses: jetify-com/devbox-install-action@v0.13.0
175175
with:
176176
enable-cache: true
177177

@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 0
209209

210210
- name: Install devbox
211-
uses: jetify-com/devbox-install-action@v0.12.0
211+
uses: jetify-com/devbox-install-action@v0.13.0
212212
with:
213213
enable-cache: true
214214

.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.12.0
38+
uses: jetify-com/devbox-install-action@v0.13.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.12.0
30+
uses: jetify-com/devbox-install-action@v0.13.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
@@ -48,7 +48,7 @@ jobs:
4848
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Install devbox
51-
uses: jetify-com/devbox-install-action@v0.12.0
51+
uses: jetify-com/devbox-install-action@v0.13.0
5252
with:
5353
enable-cache: ${{ inputs.runs-on != 'self-hosted-ncn-dind' }}
5454
skip-nix-installation: ${{ inputs.runs-on == 'self-hosted-ncn-dind' }}

.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.12.0
42+
uses: jetify-com/devbox-install-action@v0.13.0
4343
with:
4444
enable-cache: true
4545

.github/workflows/govulncheck.yml

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

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

.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.12.0
31+
uses: jetify-com/devbox-install-action@v0.13.0
3232
with:
3333
enable-cache: true
3434

0 commit comments

Comments
 (0)