From 745bdcfbc27f7a5e299aa200d4e5a91a145e5482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:54:38 +0000 Subject: [PATCH] ci(deps): bump jetify-com/devbox-install-action from 0.13.0 to 0.14.0 Bumps [jetify-com/devbox-install-action](https://github.com/jetify-com/devbox-install-action) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/jetify-com/devbox-install-action/releases) - [Commits](https://github.com/jetify-com/devbox-install-action/compare/22b0f5500b14df4ea357ce673fbd4ced940ed6a1...a0d2d53632934ae004f878c840055956d9f741b0) --- updated-dependencies: - dependency-name: jetify-com/devbox-install-action dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/pr-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f769940..332c6b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install devbox - uses: jetify-com/devbox-install-action@22b0f5500b14df4ea357ce673fbd4ced940ed6a1 # v0.13.0 + uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 # v0.14.0 - name: Build and test run: | diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index cbe5c2b..e5743ac 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install devbox - uses: jetify-com/devbox-install-action@22b0f5500b14df4ea357ce673fbd4ced940ed6a1 # v0.13.0 + uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 # v0.14.0 - name: Build and test run: |