Skip to content

Commit ed98233

Browse files
build(deps): bump jetify-com/devbox-install-action from 0.11.0 to 0.12.0
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>
1 parent d5a1f53 commit ed98233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Install devbox
44-
uses: jetify-com/devbox-install-action@v0.11.0
44+
uses: jetify-com/devbox-install-action@v0.12.0
4545
with:
4646
enable-cache: false
4747
skip-nix-installation: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Install devbox
22-
uses: jetify-com/devbox-install-action@v0.11.0
22+
uses: jetify-com/devbox-install-action@v0.12.0
2323
with:
2424
enable-cache: false
2525
skip-nix-installation: true

0 commit comments

Comments
 (0)