Skip to content

Commit

Permalink
build(deps): Bump jetify-com/devbox-install-action from 0.9.0 to 0.10…
Browse files Browse the repository at this point in the history
….0 (#297)

Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/jetify-com/devbox-install-action/releases)
- [Commits](jetify-com/devbox-install-action@v0.9.0...v0.10.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent eadd1d4 commit 01c78a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.9.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.9.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- if: ${{ steps.release-please.outputs.release_created }}
name: Install devbox
uses: jetify-com/devbox-install-action@v0.9.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand Down

0 comments on commit 01c78a5

Please sign in to comment.