ci: update jetbox gh action to 0.3.0
This commit is contained in:
parent
46b82aeebd
commit
e9c53f790d
2
.github/workflows/slsa-publish.yml
vendored
2
.github/workflows/slsa-publish.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: install devbox
|
- name: install devbox
|
||||||
uses: jetpack-io/devbox-install-action@v0.2.0
|
uses: jetpack-io/devbox-install-action@v0.3.0
|
||||||
- name: build artifacts
|
- name: build artifacts
|
||||||
run: |
|
run: |
|
||||||
devbox run poetry install
|
devbox run poetry install
|
||||||
|
|
Loading…
Reference in a new issue