Skip to content

Commit

Permalink
fix: update GH actions devbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Mar 3, 2024
1 parent cc5cae4 commit afbb76b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fetch-depth: 0

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
uses: jetpack-io/devbox-install-action@v0.8.0
with:
devbox-version: 0.8.5
devbox-version: 0.9.1

- name: Check commit messages
run: devbox run -- cz check --rev-range ${{ inputs.base_sha }}..${{ inputs.head_sha }}

Expand All @@ -38,9 +38,9 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
uses: jetpack-io/devbox-install-action@v0.8.0
with:
devbox-version: 0.8.5
devbox-version: 0.9.1

- name: Lint code
run: devbox run lint
Expand All @@ -53,9 +53,9 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
uses: jetpack-io/devbox-install-action@v0.8.0
with:
devbox-version: 0.8.5
devbox-version: 0.9.1

- name: Run tests
run: devbox run test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
fetch-depth: 0

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
uses: jetpack-io/devbox-install-action@v0.8.0
with:
devbox-version: 0.8.5
devbox-version: 0.9.1

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit afbb76b

Please sign in to comment.