From 1e48e11e0fb2c1f5e31775e8bba43d364e2d9ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:00:03 +0000 Subject: [PATCH] build(deps): bump jetpack-io/devbox-install-action from 0.10.0 to 0.11.0 Bumps [jetpack-io/devbox-install-action](https://github.com/jetpack-io/devbox-install-action) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/jetpack-io/devbox-install-action/releases) - [Commits](https://github.com/jetpack-io/devbox-install-action/compare/v0.10.0...v0.11.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] <support@github.com> --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 07a7600..d489583 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.10.0 + uses: jetpack-io/devbox-install-action@v0.11.0 - name: Run linting run: devbox run lint @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v4 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.10.0 + uses: jetpack-io/devbox-install-action@v0.11.0 with: enable-cache: true