Skip to content

Commit 550c248

Browse files
dependabot[bot]alexpovel
authored andcommitted
build(deps): bump jetpack-io/devbox-install-action from 0.7.0 to 0.8.0
Bumps [jetpack-io/devbox-install-action](https://github.com/jetpack-io/devbox-install-action) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/jetpack-io/devbox-install-action/releases) - [Commits](jetify-com/devbox-install-action@v0.7.0...v0.8.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>
1 parent 7cd67d8 commit 550c248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install devbox
21-
uses: jetpack-io/devbox-install-action@v0.7.0
21+
uses: jetpack-io/devbox-install-action@v0.8.0
2222

2323
- name: Run linting
2424
run: devbox run lint
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v4
9898

9999
- name: Install devbox
100-
uses: jetpack-io/devbox-install-action@v0.7.0
100+
uses: jetpack-io/devbox-install-action@v0.8.0
101101
with:
102102
enable-cache: true
103103

0 commit comments

Comments
 (0)