From d126b17200539897c99b0eadffcf5beb1b2e8c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:04:13 +0000 Subject: [PATCH] chore(deps): bump jetpack-io/devbox-install-action from 0.8.0 to 0.9.0 (#42) Bumps [jetpack-io/devbox-install-action](https://github.com/jetpack-io/devbox-install-action) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/jetpack-io/devbox-install-action/releases) - [Commits](https://github.com/jetpack-io/devbox-install-action/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: jetpack-io/devbox-install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d93506..fb393e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.8.0 + uses: jetpack-io/devbox-install-action@v0.9.0 with: enable-cache: true