From 7d93571d35a0b55e7744790be7677e996e4938ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:12:33 +0000 Subject: [PATCH] chore(deps): bump jetpack-io/devbox-install-action from 0.14.0 to 0.15.0 Bumps [jetpack-io/devbox-install-action](https://github.com/jetpack-io/devbox-install-action) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/jetpack-io/devbox-install-action/releases) - [Commits](https://github.com/jetpack-io/devbox-install-action/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: jetpack-io/devbox-install-action dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- .github/workflows/scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0189ad2..02d341e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,7 +13,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.14.0 + uses: jetpack-io/devbox-install-action@v0.15.0 with: enable-cache: true - name: Run checks diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index d9c7231..7e7abce 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -10,7 +10,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.14.0 + uses: jetpack-io/devbox-install-action@v0.15.0 with: enable-cache: true - name: Run Golang Vulncheck